1. Release
Google Play | App Store |
---|---|
20.03.14 updated | Comming Soon |
2. REST API
https://developers.themoviedb.org/3
3. Screen shot
4. Design Pettern
Provider
5. Font
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
Provides the list of the opensource Flutter apps collection with GitHub repository.