pexels_photos_videos 0.0.15 pexels_photos_videos: ^0.0.15 copied to clipboard
This package will help you to get data from pexels.com. It's easy to use and get all details related to media which is requested.
Important information #
This package is under development.
This package will help you to get data from Pexels.
Features #
This package is able to fetch full details from Pexels.
Getting started #
Use of this package is very easy. Inculde in your project pass your auth key and get the result.
Usage #
Example is added. It's available to /example
folder.
PexelsMedia pexelsMedia =
await PexelsMedia(authorizationKey: 'place your auth key here');
Photo photo = await pexelsMedia.getPhoto('image Id');
Video video = await pexelsMedia.getVideo('video Id');
Curated curated = await pexelsMedia.getCuratedPhotos(1,1);