Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Structure

lunatics975 edited this page Jun 22, 2024 · 7 revisions

Structure of the flutter application:

/lib
|-- main.dart
|
|-- /components
|    |-- button_nav.dart
|    |-- button_func.dart
|    |-- textfield.dart
|    |-- square_tile.dart
|    |-- user_location.dart
|    |—- transport_option.dart
|
|-- /screens
|    |-- /in_game
|    |   |—- chat_page.dart
|    |   |—- bottom_navigation.dart
|    |   |—- map_page.dart
|    |   |—- shop_page.dart
|    |   |—- settings_page.dart
|    |
|    |—- /game_preparation
|    |   |—- setup.dart
|    |   |—- lobby.dart
|    |
|    /—- intro_screen.dart
|    /—- main_page.dart
|
|-- /authentication
|    |-- login_page.dart
|    |-- splashscreen.dart
|    |-- 
|
|-- /utils
|    |-- no_animation_between_pages.dart
|
|-- /compass
|    |-- LICENSE.md
|    |-- compass.dart
|    |-- utils.dart
|
|-- /images
|-- apple_logo.png
|-- google_logo.png

Clone this wiki locally