kanye_rest_api 1.0.2 copy "kanye_rest_api: ^1.0.2" to clipboard
kanye_rest_api: ^1.0.2 copied to clipboard

A kanye.rest api client for Flutter. Use this to fetch random Kanye West quotes for your app.

A kanye.rest api client for Flutter. #

This package can be used to fetch random Kanye West quotes from the kanye.rest api.

"Life is the ultimate gift" - Kanye West

Installing #

1. Depend on it #

Add this to your package's pubspec.yaml file:

dependencies:
  kanye_rest_api: ^1.0.0

2. Install it #

You can install packages from the command line:

with pub:

$ pub get

with Flutter:

$ flutter pub get

3. Import it #

Now in your Dart code, you can use:

import 'package:kanye_rest_api/kanye_rest_api.dart';
1
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A kanye.rest api client for Flutter. Use this to fetch random Kanye West quotes for your app.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on kanye_rest_api