advices_slip_api 1.0.1 copy "advices_slip_api: ^1.0.1" to clipboard
advices_slip_api: ^1.0.1 copied to clipboard

An unofficial wrapper around the AdvicesSlip JSON API for providing random advice slips.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add advices_slip_api

With Flutter:

 $ flutter pub add advices_slip_api

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

dependencies:
  advices_slip_api: ^1.0.1

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:advices_slip_api/advices_slip_api.dart';
1
likes
140
pub points
0%
popularity

Publisher

verified publisherexoad.net

An unofficial wrapper around the AdvicesSlip JSON API for providing random advice slips.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

http_requests, json_annotation, json_serializable, result_dart

More

Packages that depend on advices_slip_api