File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 1- # example
1+ # The Example
22
3- A new Flutter project.
3+ This is an example how to implement clean architecture with domain driven design and riverpod in flutter projects.
44
55## Getting Started
66
7- This project is a starting point for a Flutter application.
7+ 1 . Rename local.config.json.example into local.config.json
8+ 2 . Setup local supabase or remote supabase backend.
9+ 3 . Flutter flavours included. Update your run configuration with --flavor development --target lib/main_development.dart
810
9- A few resources to get you started if this is your first Flutter project:
10-
11- - [ Lab: Write your first Flutter app] ( https://docs.flutter.dev/get-started/codelab )
12- - [ Cookbook: Useful Flutter samples] ( https://docs.flutter.dev/cookbook )
13-
14- For help getting started with Flutter development, view the
15- [ online documentation] ( https://docs.flutter.dev/ ) , which offers tutorials,
16- samples, guidance on mobile development, and a full API reference.
11+ Tested this example on the web and mobile.
You can’t perform that action at this time.
0 commit comments