우기의 알 블로그 저자 한승욱이라고 합니다.
스스로 알을 깨고 나오는 새처럼
언젠가 알을 깨고 온전한 나 자신이 되었을 때, 그때를 기다리며 제 속에서 솟아 나오는 것을 글로써 표현하고자 합니다.
'개발 기술블로그'를 위주로 저 한승욱의 다양한 관심사, 생각, 철학 등을 포스팅합니다.
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
flutter_swiper:
auto_size_text:
http:
5) screen_home.dart에 패키지 import
import 'package:http/http.dart' as http;
import 'dart:convert';
6. Flutter와 API 연동
개요 - wooogy-egg.tistory.com/4
개발 환경 세팅 - wooogy-egg.tistory.com/5?category=938272
Flutter 앱 화면 및 로직 구성 - wooogy-egg.tistory.com/6
Django 백엔드 구축 - wooogy-egg.tistory.com/7
Django 배포 with Heroku - wooogy-egg.tistory.com/8
본 글을 인프런 강의를 따라서 제작해본 경험을 남기고자 작성합니다.
1) models_quiz.dart에서 Quiz.fromJson 생성
2) model 폴더 안에 api_adapter.dart 생성
3) screen_home.dart에서 더미 데이터 주석 처리
4) http 패키지 설치: pubspec.yaml
5) screen_home.dart에 패키지 import
6) 3에서 주석 처리한 부분 수정
7) 하단 부 onPressed 부분 수정
8) 실행하면 데이터가 잘 연동된 것 확인 가능
'기술개발 > Django' 카테고리의 다른 글