otakoyi/flutter_ddd_riverpod_example
これは、FlutterでRiverpodとSupabaseをバックエンドサービスとして使用してクリーンアーキテクチャを実装する方法についての記事用のサンプルプロジェクトです。
- Stars
- 241
- Forks
- 54
- 最終プッシュ(UTC)
- 2024/06/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