Flutter Rick and Morty
Decided to create an application to learn more about ways to consume api and also apply new flutter native features, in this project where I consume a public rick and morty api I was able to build a good screen base to show the end user a good result
The project is a simple way to consume a public api from rick and morty documentation , and i not used any library to menager state, i learn new features and implementations to handle and bring a good user experience
- Clone o repositório:
$ git clone https://github.com/RegisSalesRA/flutter_rick_and_morty.git
- Entre no diretório:
$ cd flutter_rick_and_morty
- Instale as dependências:
$ flutter pub get / flutter packages get
- Execute:
$ flutter run
- shimmer: ^2.0.0
- http: ^0.13.4
Studying is essential for a good future, studying and practicing is the key to SUCCESS!