kanye_rest_api 1.0.2
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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kanye_rest_apiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kanye_rest_api: ^1.0.2Alternatively, 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:kanye_rest_api/kanye_rest_api.dart';