- If you have an Android and want to test without having to download Flutter, the apk was placed in the project folder
This project is a Flutter application, to build it you need install flutter.
- Don't forget to put the flutter in the environment variables
Connect a cell phone to your computer or start an emulator and enter the command line below.
flutter run
If you want to generate the apk yourself, use:
flutter build apk
-
flutter_bloc: It was used to organize / optimize the work with the states of the application, acting as an intermediary between the data source and my screens.
-
dio: With it I can set my base options, adding my base url and my API key that will be used for every request in my application, making any API call easier.