isolate_runner_mixin 0.1.1 copy "isolate_runner_mixin: ^0.1.1" to clipboard
isolate_runner_mixin: ^0.1.1 copied to clipboard

A Flutter-aware Dart mixin for easily running CPU-intensive tasks, including those that use Flutter plugins, in a background isolate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add isolate_runner_mixin

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

dependencies:
  isolate_runner_mixin: ^0.1.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:isolate_runner_mixin/isolate_runner_mixin.dart';
0
likes
160
points
20
downloads

Publisher

verified publishershakyapurna.com.np

Weekly Downloads

A Flutter-aware Dart mixin for easily running CPU-intensive tasks, including those that use Flutter plugins, in a background isolate.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on isolate_runner_mixin