otakoyi/flutter_ddd_riverpod_example
이것은 Flutter에서 Riverpod과 Supabase를 백엔드 서비스로 사용하여 클린 아키텍처를 구현하는 방법에 대한 기사용 예제 프로젝트입니다.
- Stars
- 241
- Forks
- 54
- 최근 푸시(UTC)
- 2024. 6. 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