playx_network 0.1.1 copy "playx_network: ^0.1.1" to clipboard
playx_network: ^0.1.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_network

With Flutter:

 $ flutter pub add playx_network

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

dependencies:
  playx_network: ^0.1.1

Alternatively, 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';
1
likes
0
points
244
downloads

Publisher

verified publisherplayx.sourcya.io

Weekly Downloads

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

License

unknown (license)

Dependencies

dio, flutter, pretty_dio_logger

More

Packages that depend on playx_network