- 📦assets
- 📂fonts
- 📂icons
- 📂images
- 📦lib
- 📂controller
- 📂errors
- 📂extensions
- 📂models
- 📂view
- 📂pages
- 📂resources
- 📂widges
To access the data that will feed the project, do the following:
- if you don't have it, install the json-server package json-server;
- clone this GitHub fork repository on your machine: https://github.com/claylton/desafio-mobile/tree/main;
- enter the project folder on your machine and run the command
json-server --watch database.json
, from the command line to consume the simulated API;
You must leave json-server running in the terminal for the data to be displayed in the project.
If you have problems with json-server, try running it with npx json-server database.json
or
with yarn json-server <path>/database.json
, where <path>
is the full path to the directory where the database.json file is located. f it still doesn't work, look for help on the web.
To run the project on an emulator or physical device, follow these steps:
- Clone the repository:
https://github.com/claylton/be_talent
-
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)