pexels_photos_videos 0.0.5
pexels_photos_videos: ^0.0.5 copied to clipboard
This package will help you to get data from [Pexels](https://pexels.com). It's easy to use and get all details related to media which is requested. Currently our package support for single image. We a [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pexels_photos_videosThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pexels_photos_videos: ^0.0.5Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pexels_photos_videos/pexels_media.dart';
import 'package:pexels_photos_videos/pexels_result.dart';