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

outdated

A new Dart/Flutter package for pixabay API

pixabay_picker #

A new Flutter/Dart package project.

Getting Started #

We have provided a pure dart API for getting media from pixabay.com.

Later on we will enhance this project with a Flutter Media picker too.

Usage: #

  PixabayPicker picker = PixabayPicker(apiKey: ApiKey, language: "hu");

  PixabayResponse res = await picker.api
      .requestImages(resultsPerPage: 1, category: Category.business);
      
10
likes
0
pub points
72%
popularity

Publisher

verified publisherblacksalt.io

A new Dart/Flutter package for pixabay API

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pixabay_picker