https://github.com/pt-dot/dot-flutter-base-project
sample flutter project
https://github.com/pt-dot/dot-flutter-base-project
Last synced: about 1 year ago
JSON representation
sample flutter project
- Host: GitHub
- URL: https://github.com/pt-dot/dot-flutter-base-project
- Owner: pt-dot
- Created: 2020-04-23T23:59:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T02:12:18.000Z (over 1 year ago)
- Last Synced: 2025-04-16T04:45:24.271Z (about 1 year ago)
- Language: Dart
- Size: 1.73 MB
- Stars: 7
- Watchers: 5
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DOT Flutter Base Project ##
[](https://github.com/pt-dot/DOT-Flutter-Base-Project/releases/latest)
Build with Flutter, using [Bloc Library](https://bloclibrary.dev/#/)
How to run
```
flutter run --flavor development
flutter run --flavor staging
flutter run --flavor production
```
Or choose flavour types from run and debug menu in VScode and run using CTRL+F5 shortcut or Run Without Debugging

#### Dependencies ####
```
Flutter 3.7.11 • channel stable • https://github.com/flutter/flutter.git
Framework • revision f72efea43c (6 days ago) • 2023-04-11 11:57:21 -0700
Engine • revision 1a65d409c7
Tools • Dart 2.19.6 • DevTools 2.20.1
```
#### Screenshot Android ####
| App Flavor | List Post | Album | Profile |
| :---: | :---: | :---: | :---: |
|  |  |  |  |
#### Screenshot iOS ####
| App Flavor | List Post | Album | Profile |
| :---: | :---: | :---: | :---: |
|  |  |  |  |
#### List Libraries ####
- [Bloc Concurency](https://pub.dev/packages/bloc_concurrency)
- [Device Preview](https://pub.dev/packages/device_preview)
- [Dio](https://pub.dev/packages/dio)
- [Equatable](https://pub.dev/packages/equatable)
- [Extended Image](https://pub.dev/packages/extended_image)
- [Flutter Bloc](https://pub.dev/packages/flutter_bloc)
- [formz](https://pub.dev/packages/formz)
- [Hive](https://pub.dev/packages/hive)
- [Package Info Plus](https://pub.dev/packages/package_info_plus)
- [Sentry](https://pub.dev/packages/sentry)
- [Stream Transform](https://pub.dev/packages/stream_transform)
- [Flutter Animate](https://pub.dev/packages/flutter_animate)
#### References ####
- [Medium](https://medium.com/@animeshjain/build-flavors-in-flutter-android-and-ios-with-different-firebase-projects-per-flavor-27c5c5dac10b)
- [Medium](https://medium.com/flutter-community/flutter-ready-to-go-e59873f9d7de)
- [bloclibrary.dev](https://bloclibrary.dev/#/flutterinfinitelisttutorial)
- [Flutter Animate](https://blog.gskinner.com/archives/2022/09/introducing-flutter-animate.html)