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

A powerful Flutter utility for managing concurrent function/execution calls with cancellation and queuing strategies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add function_call_handler

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

dependencies:
  function_call_handler: ^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:function_call_handler/function_call_handler.dart';
0
likes
130
points
148
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter utility for managing concurrent function/execution calls with cancellation and queuing strategies.

Documentation

API reference

License

unknown (license)

Dependencies

async, flutter, flutter_web_plugins, mockito, plugin_platform_interface, web

More

Packages that depend on function_call_handler

Packages that implement function_call_handler