A project developed during the Flutter course where the exercise was to pass data from one screen to another and also using providers to store data, such as favorite food
To run this app locally and explore its codebase, follow these steps:
- Clone the repository:
https://github.com/lauro-silva44/meals.git
- Install dependencies:
flutter pub get
- Run the app:
flutter run