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);
      
11
likes
0
points
154
downloads

Publisher

verified publisherblacksalt.io

Weekly Downloads

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