refactor: Pages folder structure
This commit is contained in:
parent
5fe495db94
commit
1abb7310f3
88 changed files with 188 additions and 250 deletions
|
|
@ -13,17 +13,15 @@ FluffyChat tries to be as minimal as possible even in the code style. We try to
|
|||
- handy_function.dart
|
||||
- ...Helper functions and extensions
|
||||
- /pages
|
||||
- /ui
|
||||
- home_view.dart
|
||||
- details_view.dart
|
||||
- settings_view.dart
|
||||
- home.dart
|
||||
- details.dart
|
||||
- settings.dart
|
||||
- /chat
|
||||
- chat.dart
|
||||
- chat_view.dart
|
||||
- /chat_list
|
||||
- chat_list.dart
|
||||
- chat_list_view.dart
|
||||
- ...The pages of the app separated in Controllers and Views
|
||||
- /widgets
|
||||
- /dialogs
|
||||
- /list_items
|
||||
- /layouts
|
||||
- ...Custom widgets created for this project
|
||||
- main.dart
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue