isolate_runner_mixin 0.1.1
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_mixinThis 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.1Alternatively, 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';