network_state_handler 0.0.2
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_handlerThis 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.2Alternatively, 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';