https://github.com/monitork/flutter_bloc_example
https://github.com/monitork/flutter_bloc_example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monitork/flutter_bloc_example
- Owner: monitork
- Created: 2020-10-25T10:58:38.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-03T16:19:39.000Z (about 5 years ago)
- Last Synced: 2025-01-12T18:50:58.370Z (12 months ago)
- Language: Dart
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Flutter Architecture ready for big projects
This project structure was made thinking in productivity and easy maintenance.
#### What it brings ?
1. Bloc Pattern
2. Provider package for dependency injection
3. RxDart to manage states
4. SQFlite to work with SQLite
5. Helper for make HTTP requests using Dio
6. Helper for store data on device using Shared Preferences with a helper class
7. Helper for check connection status
8. Custom classes for page transitions animated (fromLeft, from Top, fromBottom and fromRight)
9. Custom Widgets like Loading, CardView, Toast, Snackbar, Modal, Dropdown, CustomDrawer and more
10. The "values" folder, you will find the files:
- "dimens": to set sizes defaults for margin, font, etc
- "colors" set the color pallet
- "theme": set the app's theme