This is a simple app that shows information about the Rick and Morty TV show, built with Flutter.
This project uses:
- Makefile: to have some handy commands like build autogenerated files and so on.
$ make
Install dependencies
flutter pub get
Generate files
make generate_code
Start the app
flutter run
These screenshots showcase the user interface of our project.