inflight_request_manager 0.1.0 copy "inflight_request_manager: ^0.1.0" to clipboard
inflight_request_manager: ^0.1.0 copied to clipboard

A Flutter package to manage in-flight asynchronous requests efficiently.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add inflight_request_manager

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

dependencies:
  inflight_request_manager: ^0.1.0

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:inflight_request_manager/inflight_request_manager.dart';
2
likes
160
points
14
downloads

Publisher

verified publishernorbertcsorgo.me

Weekly Downloads

A Flutter package to manage in-flight asynchronous requests efficiently.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

async, flutter

More

Packages that depend on inflight_request_manager