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