You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Architecture.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# Architecture :
1
+
# Architecture
2
2
3
3
This file document the different directory of this project.
4
4
Each section will contain explanation and a directory tree.
5
5
6
-
## Flutter :
6
+
## Flutter
7
7
8
-
### Dependencies and generated files :
8
+
### Dependencies and generated files
9
9
10
10
The `.fvmrc` is used by [fvm](https://fvm.app/) to specify the flutter version.
11
11
`lib/` contain the flutter code.
@@ -24,7 +24,7 @@ The `.fvmrc` is used by [fvm](https://fvm.app/) to specify the flutter version.
24
24
└── pubspec.yaml
25
25
```
26
26
27
-
### Flutter code :
27
+
### Flutter code
28
28
29
29
Contain the flutter code that make the app.
30
30
Follow a view-model structure where `components` contain reusable parts.
@@ -43,7 +43,7 @@ Follow a view-model structure where `components` contain reusable parts.
43
43
│ └── views
44
44
```
45
45
46
-
## Android :
46
+
## Android
47
47
48
48
The android directory contain all elements necessary to target Android, most of it is gradle configuration.
49
49
Upgrading the `AGP (Android Gradle Plugin)` open the `android` directory with Android Studio and use **Tools > AGP Upgrade Assitant** or manually update the gradle configuration at your own risk.
@@ -58,7 +58,7 @@ Upgrading the `AGP (Android Gradle Plugin)` open the `android` directory with An
58
58
└── settings.gradle
59
59
```
60
60
61
-
## Translations :
61
+
## Translations
62
62
63
63
Translations are hosted on [crowdin](https://crowdin.com/project/piwigo-ng), everything is translated from english.
64
64
Flutter take the `app_%%.arb` files and generate dart code inside the `lib/l10n` directory.
0 commit comments