Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 424 Bytes

Giphy browser

A simple flutter-client for the Giphy Search API https://developers.giphy.com/docs/api/endpoint#search.

How to build

  1. Register your app on the Giphy site
  2. Create a .env file and put your api key (see .env.sample)
  3. Run flutter pub get
  4. Run dart run build_runner build --delete-conflicting-outputs
  5. Run flutter run
  6. Enjoy!