A example project focusing in Clean Architecture. This project was coded along with Curso Arquitetura no Flutter - 2022 by Deivid Willyan | Flutter.
To run and view the project, you will need to follow the next steps.
- First you must have Flutter installed in your machine, to know more about this, see the doc: https://flutter.dev/docs/get-started/install;
Run the command to install the project dependencies.
flutter pub get
flutter create .
The scripts below run the project.
flutter run
After following the previous steps, the project is running in development mode.
Flutter:
Flutter docs
Dart:
Dart docs
This project is licensed under the [MIT] license - see the LICENSE.md file for more details.