irs_network_handler 0.0.1 copy "irs_network_handler: ^0.0.1" to clipboard
irs_network_handler: ^0.0.1 copied to clipboard

A pretty dio network handler

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add irs_network_handler

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

dependencies:
  irs_network_handler: ^0.0.1

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:irs_network_handler/irs_network_handler.dart';