pixabay_picker 1.0.7 copy "pixabay_picker: ^1.0.7" to clipboard
pixabay_picker: ^1.0.7 copied to clipboard

A Dart package for pixabay.com. With the api you can search or download videos and images from pixabay.com

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pixabay_picker
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pixabay_picker: ^1.0.7
copied to clipboard

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:pixabay_picker/pixabay_picker.dart';
copied to clipboard
11
likes
130
points
119
downloads

Publisher

verified publisherblacksalt.io

Weekly Downloads

2024.09.23 - 2025.04.07

A Dart package for pixabay.com. With the api you can search or download videos and images from pixabay.com

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, universal_io

More

Packages that depend on pixabay_picker