pexels_photos_videos 0.0.18 copy "pexels_photos_videos: ^0.0.18" to clipboard
pexels_photos_videos: ^0.0.18 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.

pub package

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);
  SearchPhoto searchResultPhotos = await pexelsMedia.searchPhotos("search text");
  SearchVideo searchResultVideos = await pexelsMedia.searchVideos("search text");

Special Thanks to javiercbk, NatoBoram and jonathanBAugusto for json_to_dart

2
likes
130
pub points
0%
popularity

Publisher

verified publishertarunmahajan.com

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, http

More

Packages that depend on pexels_photos_videos