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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pexels_photos_videos

This 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.18

Alternatively, 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/collection_details.dart';
import 'package:pexels_photos_videos/collection_media.dart';
import 'package:pexels_photos_videos/collection_result.dart';
import 'package:pexels_photos_videos/collections.dart';
import 'package:pexels_photos_videos/curated.dart';
import 'package:pexels_photos_videos/pexels_media.dart';
import 'package:pexels_photos_videos/photo.dart';
import 'package:pexels_photos_videos/photo_src.dart';
import 'package:pexels_photos_videos/popular_videos.dart';
import 'package:pexels_photos_videos/search_photo.dart';
import 'package:pexels_photos_videos/search_video.dart';
import 'package:pexels_photos_videos/video.dart';
import 'package:pexels_photos_videos/video_files.dart';
import 'package:pexels_photos_videos/video_pictures.dart';
import 'package:pexels_photos_videos/video_user.dart';
3
likes
150
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