- 📦assets
- 📂fonts
- 📂icons
- 📂images
- 📦lib
- 📂database (#API integration)
- 📂controllers (#Manipulation of data from the database for display on screen)
- 📂models
- 📂views (#Componentes de interface)
- 📂extensions
- 📂pages
- 📂themes
- 📂widges
To run the project on an emulator or physical device, follow these steps:
- Clone the repository:
https://github.com/claylton/yandeh_teste_dev.git
-
Go to repository
cd yandeh_teste_dev
-
Install the dependencies:
flutter pub get
- Ensure the emulator is running or the device is connected. You can check the available devices with the following command:
flutter devices
- Run the project:
flutter run -d (device)