YWC

Django) flutter 연동 본문

공부/Web) Django

Django) flutter 연동

YWC 2023. 4. 28. 23:18

참조  : Building a Mobile App with Django & Flutter - YouTube


1. http 버전 확인

링크 : https://pub.dev/

 >> http 검색

 >> pubspec.yaml 에 대입

dependencies:
  flutter:
    sdk: flutter


  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^1.0.2
  http: ^0.13.5

 

'공부 > Web) Django' 카테고리의 다른 글

admin 페이지 계정 생성  (0) 2023.08.30
html 에서 post 형식으로 데이터 전달  (0) 2023.08.30
Django localhost 외부접속  (0) 2023.03.24
Django 페이지 이동  (0) 2023.03.23
Django 기본설정4  (0) 2023.03.22