fizzy_api 0.0.4 copy "fizzy_api: ^0.0.4" to clipboard
fizzy_api: ^0.0.4 copied to clipboard

A lightweight, structured wrapper around dio that simplifies Flutter API calls with minimal boilerplate and easy customization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fizzy_api

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

dependencies:
  fizzy_api: ^0.0.4

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:fizzy_api/fizzy_api.dart';
1
likes
145
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight, structured wrapper around dio that simplifies Flutter API calls with minimal boilerplate and easy customization.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on fizzy_api