docs: Update code style

onboarding
Christian Pauly 4 years ago
parent 74606b1600
commit 02574cd778

@ -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
- settings_view.dart
- home.dart
- details.dart
- settings.dart
- ...The pages of the app separated in Controllers and Views
- /widgets - /widgets
- /dialogs - /dialogs
- /ui
- /list_items - /list_items
- /ui - ...Custom widgets created for this project
- /ui
- home_view.dart
- details_view.dart
- ...The views and widgets of the app separated in Controllers and Views
- main.dart - main.dart

Loading…
Cancel
Save