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.
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';