network_implementation 0.0.15 copy "network_implementation: ^0.0.15" to clipboard
network_implementation: ^0.0.15 copied to clipboard

Network Implementation package to handle HTTP requests based on dio package for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_implementation

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

dependencies:
  network_implementation: ^0.0.15

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:network_implementation/network_implementation.dart';
1
likes
140
points
30
downloads

Publisher

verified publisherghoneem.com

Weekly Downloads

Network Implementation package to handle HTTP requests based on dio package for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, nirikshak

More

Packages that depend on network_implementation