playx_network 0.2.3 playx_network: ^0.2.3 copied to clipboard
playx_network is a Wrapper around Dio that can perform api request with better error handling and easily get the result of any api request.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add playx_network
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
playx_network: ^0.2.3
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:playx_network/playx_network.dart';