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

outdated

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.

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
113
downloads

Publisher

verified publishertarunmahajan.com

Weekly Downloads

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

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on pexels_photos_videos