FLUTTER ECOSYSTEM

otakoyi/flutter_ddd_riverpod_example

これは、FlutterでRiverpodとSupabaseをバックエンドサービスとして使用してクリーンアーキテクチャを実装する方法についての記事用のサンプルプロジェクトです。

flutter_ddd_riverpod_example のプロジェクト画像
Stars
241
Forks
54
最終プッシュ(UTC)
2024/06/24
プロジェクト状態
公開中
otakoyi GitHub avatar
GITHUB Organization

otakoyi ↗

言語DartC++CMakeRubyHTMLSwiftCKotlinObjective-C

使用している依存関係

依存関係一覧 23 件

ランキング

元の 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

  1. Rename local.config.json.example into local.config.json
  2. Setup local supabase or remote supabase backend.
  3. 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