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

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
pub points
5%
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

License

unknown (license)

Dependencies

dio, flutter, pretty_dio_logger

More

Packages that depend on playx_network