A simple flutter-client for the Giphy Search API https://developers.giphy.com/docs/api/endpoint#search.
- Register your app on the Giphy site
- Create a
.env
file and put your api key (see.env.sample
) - Run
flutter pub get
- Run
dart run build_runner build --delete-conflicting-outputs
- Run
flutter run
- Enjoy!