network_state_handler 0.0.2 copy "network_state_handler: ^0.0.2" to clipboard
network_state_handler: ^0.0.2 copied to clipboard

A simple friendly network state handler to handle states of a request as it's in a initial, loading, loaded or an error. You can use it with any of your favourite package either it's http or dio.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_state_handler

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

dependencies:
  network_state_handler: ^0.0.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:network_state_handler/network_state_handler.dart';
0
likes
110
pub points
18%
popularity

Publisher

unverified uploader

A simple friendly network state handler to handle states of a request as it's in a initial, loading, loaded or an error. You can use it with any of your favourite package either it's http or dio.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, freezed, freezed_annotation

More

Packages that depend on network_state_handler