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

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

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on pexels_photos_videos