otakoyi/flutter_ddd_riverpod_example
這是一個範例專案,用於介紹如何使用 riverpod 和 supabase 作為後端服務,在 flutter 中實現乾淨架構的文章。
- Stars
- 241
- Forks
- 54
- 最近推送(UTC)
- 2024年6月24日
- 專案狀態
- 未封存
語言DartC++CMakeRubyHTMLSwiftCKotlinObjective-C
使用的依賴
依賴清單 23 項
- dotted_border
^2.1.0 - flutter
{"sdk":"flutter"} - flutter_localizations
{"sdk":"flutter"} - flutter_riverpod
^2.0.0-dev.9 - fpdart
^1.1.0 - freezed_annotation
^2.4.1 - go_router
^13.1.0 - intl
^0.18.1 - json_annotation
^4.8.1 - riverpod_annotation
^2.2.1 - shared_preferences
^2.0.15 - supabase_flutter
^2.3.2 - uni_links
^0.5.1 - validators
^3.0.0 - flutter_test開發依賴
{"sdk":"flutter"} - flutter_flavorizr開發依賴
^2.1.3 - freezed開發依賴
^2.1.0+1 - very_good_analysis開發依賴
^5.1.0 - build_runner開發依賴
^2.2.0 - riverpod_generator開發依賴
^2.3.5 - json_serializable開發依賴
^6.3.1 - riverpod_lint開發依賴
^2.3.2 - custom_lint開發依賴
^0.5.4
所在榜單
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 README
The Example
This is an example how to implement clean architecture with domain driven design and riverpod in flutter projects.
Getting Started
- Rename local.config.json.example into local.config.json
- Setup local supabase or remote supabase backend.
- Flutter flavours included. Update your run configuration with --flavor development --target lib/main_development.dart
Tested this example on the web and mobile.
The detailed article with explanations can be found here https://otakoyi.software/blog/flutter-clean-architecture-with-riverpod-and-supabase