Pixabay: A Flutter demo application.
App uses 'https://pixabay.com' APIs to display images & videos list. Developed with material design for both iOS & Android.
- Search for images and videos
- Detail page
- Video Player
- Image/Video downloader
- Add to favourites
This project relies on Pixabay API. You can add your own API in following file:
lib/constants/strings_const.dart
static const String API_KEY = "YOUR_API_KEY";