FLUTTER ECOSYSTEM

otakoyi/flutter_ddd_riverpod_example

這是一個範例專案,用於介紹如何使用 riverpod 和 supabase 作為後端服務,在 flutter 中實現乾淨架構的文章。

flutter_ddd_riverpod_example 專案封面
Stars
241
Forks
54
最近推送(UTC)
2024年6月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