isolate_runner_mixin 0.4.0
isolate_runner_mixin: ^0.4.0 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 Dart:
$ dart pub add isolate_runner_mixinWith Flutter:
$ flutter pub add isolate_runner_mixinThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
isolate_runner_mixin: ^0.4.0Alternatively, 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:isolate_runner_mixin/isolate_runner_mixin.dart';