flutter_showcase app
pixabay: a flutter demo application.
a showcase app for displaying image lists, developed on flutter.
uses bloc pattern, sqflite database, streams, repository pattern.
app uses https://pixabay.com
apis to display images & videos list. developed with material design for both ios & android.
features
- search for images and videos
- detail page
- video player
- image/video downloader
- add to favourites
apis
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";
Comments are closed.