About Show movie & crews information through the network

  Flutter App, Media
스크린샷 2020-03-12 오후 4 35 23

1. Release

Google PlayApp Store
20.03.14 updatedComming Soon

2. REST API

https://developers.themoviedb.org/3

3. Screen shot

Youtube

4. Design Pettern

Provider

5. Font

Goyang-ilsan

6. Source Tree

lib
├─ constant
│  └─ constant.dart
├─ flutter.code-workspace
├─ logger
│  └─ logger.dart
├─ main.dart
├─ model
│  ├─ models.dart
│  └─ models.g.dart
├─ network
│  └─ api.dart
├─ pages
│  ├─ home_page.dart
│  ├─ movies_list_page.dart
│  ├─ movie_detail_page.dart
│  ├─ movie_search_page.dart
│  └─ profile_page.dart
├─ state
│  └─ states.dart
├─ util
│  └─ util.dart
└─ widgets
   ├─ arc_banner_image.dart
   ├─ backdrop_image.dart
   ├─ back_button.dart
   ├─ cast_list.dart
   ├─ category_chips.dart
   ├─ crew_list.dart
   ├─ movie_list.dart
   ├─ poster.dart
   ├─ rating_information.dart
   ├─ side_menu.dart
   └─ story_line.dart

Download Flutter Movie app source code on GitHub

https://github.com/Origogi/Flutter-Movist