playx_network 0.1.0 copy "playx_network: ^0.1.0" to clipboard
playx_network: ^0.1.0 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.1.0

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';
0
likes
140
pub points
4%
popularity

Publisher

verified publisherplayx.sourcya.io

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.

Homepage
Repository (GitHub)
View/report issues

Topics

#playx #dio #network #api

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, pretty_dio_logger

More

Packages that depend on playx_network