Last updated:
0 purchases
kanye rest api
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
copied to clipboard
2. Install it #
You can install packages from the command line:
with pub:
$ pub get
copied to clipboard
with Flutter:
$ flutter pub get
copied to clipboard
3. Import it #
Now in your Dart code, you can use:
import 'package:kanye_rest_api/kanye_rest_api.dart';
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.