rizzu_client 0.1.2 copy "rizzu_client: ^0.1.2" to clipboard
rizzu_client: ^0.1.2 copied to clipboard

Networking Request Builder, using Dio. Its purpose is to make easier doing API requests and to give devs an out-of-the box working client.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rizzu_client

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

dependencies:
  rizzu_client: ^0.1.2

Alternatively, 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:rizzu_client/rizzu_client.dart';
2
likes
120
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Networking Request Builder, using Dio. Its purpose is to make easier doing API requests and to give devs an out-of-the box working client.

License

unknown (license)

Dependencies

dio, flutter

More

Packages that depend on rizzu_client