Skip to content

Commit 3d8d34a

Browse files
committed
Add info about /lib
1 parent 1c39ee9 commit 3d8d34a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/Architecture.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,24 @@ The `.fvmrc` is used by [fvm](https://fvm.app/) to specify the flutter version.
2424
└── pubspec.yaml
2525
```
2626

27+
### Flutter code :
28+
29+
Contain the flutter code that make the app.
30+
Follow a view-model structure where `components` contain reusable parts.
31+
32+
```sh
33+
.
34+
├── lib
35+
│ ├── app.dart
36+
│ ├── components
37+
│ ├── l10n # see Translations
38+
│ ├── main.dart
39+
│ ├── models
40+
│ ├── network
41+
│ ├── services
42+
│ ├── utils
43+
│ └── views
44+
```
2745

2846
## Android :
2947

0 commit comments

Comments
 (0)