mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
docs: Update code style
This commit is contained in:
parent
a93165e7ff
commit
3e7269d970
@ -9,28 +9,22 @@ FluffyChat tries to be as minimal as possible even in the code style. We try to
|
|||||||
- /config
|
- /config
|
||||||
- app_config.dart
|
- app_config.dart
|
||||||
- ...Constants, styles and other configurations
|
- ...Constants, styles and other configurations
|
||||||
- /l10n
|
|
||||||
- intl_en.arb
|
|
||||||
- ...Localization files
|
|
||||||
- /models
|
|
||||||
- app_model.dart
|
|
||||||
- ...Data models used in the app
|
|
||||||
- /utils
|
- /utils
|
||||||
- handy_function.dart
|
- handy_function.dart
|
||||||
- ...Helper functions and extensions
|
- ...Helper functions and extensions
|
||||||
- /views
|
- /pages
|
||||||
- /ui
|
- /ui
|
||||||
- home_ui.dart
|
- home_view.dart
|
||||||
- details_ui.dart
|
- details_view.dart
|
||||||
- /widgets
|
- settings_view.dart
|
||||||
- /dialogs
|
- home.dart
|
||||||
- /ui
|
- details.dart
|
||||||
- /list_items
|
- settings.dart
|
||||||
- /ui
|
- ...The pages of the app separated in Controllers and Views
|
||||||
- /ui
|
- /widgets
|
||||||
- home_view.dart
|
- /dialogs
|
||||||
- details_view.dart
|
- /list_items
|
||||||
- ...The views and widgets of the app separated in Controllers and Views
|
- ...Custom widgets created for this project
|
||||||
- main.dart
|
- main.dart
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user