docs: Update code style

This commit is contained in:
Christian Pauly 2021-05-22 08:59:49 +02:00
parent a93165e7ff
commit 3e7269d970
1 changed files with 12 additions and 18 deletions

View File

@ -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