f_limit 2.0.0 copy "f_limit: ^2.0.0" to clipboard
f_limit: ^2.0.0 copied to clipboard

A Dart concurrency limiter for async operations with advanced features.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add f_limit

With Flutter:

 $ flutter pub add f_limit

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

dependencies:
  f_limit: ^2.0.0

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

Documentation

API reference

Publisher

verified publisherfluttercandies.com

Weekly Downloads

A Dart concurrency limiter for async operations with advanced features.

Repository (GitHub)
View/report issues

Topics

#isolate #future-queue #concurrency #queue #task-queue

License

MIT (license)

More

Packages that depend on f_limit