Skip to content

[인프런] - 코드팩토리-중급 Flutter 강의 배달 애플리케이션 클론코딩

Notifications You must be signed in to change notification settings

SiHyun-Lee113/flutter_codefactory_practice_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_codefactory_practice_app

배달앱 클론코딩 애플리케이션

[코드팩토리] [중급] Flutter 진짜 실전! 상태관리, 캐시관리, Code Generation, GoRouter, 인증로직 등 중수가 되기 위한 필수 스킬들!

주요 기능

  1. JWT를 활용한 Authentication
  2. Retrofit을 활용한 REST API 매핑 2.1 JsonSericalizable, Retrofit, Dio Interceptor
  3. Riverpod를 활용한 상태 관리
  4. Pagination 일반화

폴더 구조

├── README.md
├── analysis_options.yaml
├── android/
├── asset/
│   ├── fonts/
│   ├── img/
│   ├── rive/
│   └── svg/
├── build/
├── flutter_codefactory_practice_app.iml
├── ios/
├── lib/
│   ├── main.dart
│   ├── common/
│   │   ├── component/
│   │   ├── const/
│   │   ├── dio/
│   │   ├── layout/
│   │   ├── model/
│   │   ├── provider/
│   │   ├── repository/
│   │   ├── sercure_storage/
│   │   ├── utils/
│   │   └── view/
│   ├── order/
│   │   ├── component/
│   │   ├── model/
│   │   ├── provider/
│   │   ├── repository/
│   │   └── view/
│   ├── product/
│   │   ├── component/
│   │   ├── model/
│   │   ├── provider/
│   │   ├── repository/
│   │   └── view/
│   ├── rating/
│   │   ├── component/
│   │   └── model/
│   ├── restaurant/
│   │   ├── component/
│   │   ├── model/
│   │   ├── provider/
│   │   ├── repository/
│   │   └── view/
│   └── user/
│       ├── model/
│       ├── provider/
│       ├── repository/
│       └── view/
├── pubspec.lock
├── pubspec.yaml
└── test/
└── widget_test.dart

About

[인프런] - 코드팩토리-중급 Flutter 강의 배달 애플리케이션 클론코딩

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages