FLUTTER ECOSYSTEM

otakoyi/flutter_ddd_riverpod_example

이것은 Flutter에서 Riverpod과 Supabase를 백엔드 서비스로 사용하여 클린 아키텍처를 구현하는 방법에 대한 기사용 예제 프로젝트입니다.

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