dio_extended 1.0.12
dio_extended: ^1.0.12 copied to clipboard
a thin wrapper over the dio HTTP client that simplifies networking in Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dio_extendedThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dio_extended: ^1.0.12Alternatively, 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:dio_extended/diox.dart';
import 'package:dio_extended/models/api_result.dart';