unsplash_api 0.6.3-alpha copy "unsplash_api: ^0.6.3-alpha" to clipboard
unsplash_api: ^0.6.3-alpha copied to clipboard

An unsplash API library for Dart language

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unsplash_api

With Flutter:

 $ flutter pub add unsplash_api

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

dependencies:
  unsplash_api: ^0.6.3-alpha

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:unsplash_api/unsplash_api.dart';
0
likes
105
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

An unsplash API library for Dart language

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, http, json_annotation, logger, meta

More

Packages that depend on unsplash_api