playx_network 0.2.1
playx_network: ^0.2.1 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 Dart:
$ dart pub add playx_networkWith Flutter:
$ flutter pub add playx_networkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
playx_network: ^0.2.1Alternatively, your editor might support dart pub get or 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';