sweet_fetch 0.0.1+1 copy "sweet_fetch: ^0.0.1+1" to clipboard
sweet_fetch: ^0.0.1+1 copied to clipboard

A delightful Dio-based HTTP client for Flutter apps. SweetFetch makes API calls smooth, structured, and easy to manage.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sweet_fetch

With Flutter:

 $ flutter pub add sweet_fetch

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

dependencies:
  sweet_fetch: ^0.0.1+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:sweet_fetch/sweet_fetch.dart';
1
likes
150
points
0
downloads

Publisher

verified publishermerterkoc.dev

Weekly Downloads

A delightful Dio-based HTTP client for Flutter apps. SweetFetch makes API calls smooth, structured, and easy to manage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, fresh_dio, hive

More

Packages that depend on sweet_fetch