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

Package that provides a simple way to make http requests

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fluent_networking

With Flutter:

 $ flutter pub add fluent_networking

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

dependencies:
  fluent_networking: ^0.0.4

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:fluent_networking/fluent_networking.dart';
0
likes
120
pub points
36%
popularity

Publisher

unverified uploader

Package that provides a simple way to make http requests

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dio, equatable, fluent_networking_api, fluent_sdk, freezed_annotation, pretty_dio_logger

More

Packages that depend on fluent_networking