https://github.com/meta-ben/flutter-architecture-sample
2022 - Flutter Architecture Sample Project
https://github.com/meta-ben/flutter-architecture-sample
architecture flutter
Last synced: 26 days ago
JSON representation
2022 - Flutter Architecture Sample Project
- Host: GitHub
- URL: https://github.com/meta-ben/flutter-architecture-sample
- Owner: Meta-Ben
- License: mit
- Created: 2024-01-23T22:12:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T22:53:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T11:47:39.408Z (over 1 year ago)
- Topics: architecture, flutter
- Language: Dart
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
``Reupload project from 2022 : This project was recovered so don't take commits into accounts``
🎯 Flutter Architecture Sample 🎯
This project is an architecture experimentation project for [Flutter](https://flutter.dev/)
It also implement [Open Trivia DB API](https://opentdb.com/api_config.php)
Made with [Flutter SDK 2.16.2](https://docs.flutter.dev/release/archive?tab=windows)
## Plugin used inside 🧩
[Dio](https://pub.dev/packages/dio)
[Equatable](https://pub.dev/packages/equatable)
[Hook_riverpod](https://pub.dev/packages/hooks_riverpod)
[Flutter_hook](https://pub.dev/packages/flutter_hooks)
[Html_character_entities](https://pub.dev/packages/html_character_entities)
[Meta](https://pub.dev/packages/meta)
[Cupertino_icons](https://pub.dev/packages/cupertino_icons)