networx 0.0.1 copy "networx: ^0.0.1" to clipboard
networx: ^0.0.1 copied to clipboard

Network library perform API request through dio, add ons with SSL Checking

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add networx

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

dependencies:
  networx: ^0.0.1

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:networx/networx.dart';
0
likes
150
points
9
downloads

Publisher

verified publisherfadlurahmanfdev.com

Weekly Downloads

Network library perform API request through dio, add ons with SSL Checking

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, http_certificate_pinning, logger

More

Packages that depend on networx