pexels_photos_videos 0.0.5 copy "pexels_photos_videos: ^0.0.5" to clipboard
pexels_photos_videos: ^0.0.5 copied to clipboard

outdated

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 [...]

example/lib/main.dart

import 'package:flutter/foundation.dart';
import 'package:pexels_photos_videos/pexels_media.dart';
import 'package:pexels_photos_videos/pexels_result.dart';

void main() async {
  PexelsResult result = await PexelsMedia()
      .getPexelsPhotos('place your auth key here', 'image Id');
  if (kDebugMode) {
    print(result.photographer);
  }
}
3
likes
0
points
83
downloads

Publisher

verified publishertarunmahajan.com

Weekly Downloads

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 are constantly working on it step by step and will try to provide all the feature asap.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on pexels_photos_videos