Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cahyofendhi/Flutter-Cinema
Learn to create flutter app with BLoC Architecture
https://github.com/cahyofendhi/Flutter-Cinema
architecture flutter-apps flutter-examples flutter-plugin flutter-pwa flutter-ui flutter-web flutter-web-example providers pwa pwa-apps
Last synced: about 1 hour ago
JSON representation
Learn to create flutter app with BLoC Architecture
- Host: GitHub
- URL: https://github.com/cahyofendhi/Flutter-Cinema
- Owner: cahyofendhi
- Created: 2019-09-09T01:33:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T09:11:27.000Z (4 months ago)
- Last Synced: 2024-08-03T14:09:47.310Z (3 months ago)
- Topics: architecture, flutter-apps, flutter-examples, flutter-plugin, flutter-pwa, flutter-ui, flutter-web, flutter-web-example, providers, pwa, pwa-apps
- Language: Dart
- Homepage:
- Size: 483 MB
- Stars: 86
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter BLoC Architecture
[](https://play.google.com/store/apps/details?id=com.bcr.cinema_flt)
Flutter project built use BLoC architecture, this application implements api from [themoviedb](http://themoviedb.org).
## Getting Started
register and get api key from [themoviedb](http://themoviedb.org)
to run this project
```
flutter pub getflutter run
```
run for web
```
flutter run -d chrome
```run `build/web` with local server using [dhttpd](https://pub.dev/packages/dhttpd).
The results of the flutter web can be checked here [FLUTTER CINEMA](https://cahyofendhi.github.io/Flutter-Cinema/)
## List of libraries in this project
- [Flutter Bloc](https://pub.dev/packages/flutter_bloc)
- [Dio](https://pub.dev/packages/dio)
- [Hive](https://docs.hivedb.dev/)
- [Slider](https://pub.dev/packages/carousel_slider)
- [Intl](https://pub.dev/packages/intl)
- [Shimmer](https://pub.dev/packages/shimmer)For help getting started with Flutter, view flutter
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.