Buscador de GIFs (dentro do repositório do Gihpy), utilizando API externa. A home do app recebe diariamente um novo feed de gifs (ranqueados em popularidade).
Gif search engine (using Giphy repository and API). The home is updated daily with new gifs (ranked based on popularity).
In order to execute this code, follow these steps:
- make shure you have Flutter SDK installed and set-up
- Make sure you also have a device (emulated or physical)
- clone this repo:
$ git clone https://github.com/rafflezs/flutter_gifinder
- change directory to the cloned repo folder:
cd flutter_gifinder-master
- execute flutter:
flutter run