flutter_network_engine 0.1.3 copy "flutter_network_engine: ^0.1.3" to clipboard
flutter_network_engine: ^0.1.3 copied to clipboard

Network request library based on dio.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_network_engine

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

dependencies:
  flutter_network_engine: ^0.1.3

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:flutter_network_engine/flutter_network_engine.dart';
1
likes
150
points
81
downloads

Publisher

unverified uploader

Weekly Downloads

Network request library based on dio.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter

More

Packages that depend on flutter_network_engine