Skip to content

Commit ff0a304

Browse files
authored
Update README.md
1 parent 03818cc commit ff0a304

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
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.

0 commit comments

Comments
 (0)