isolate_handler 0.1.1+info isolate_handler: ^0.1.1+info copied to clipboard
Effortless isolates abstraction layer with support for MethodChannel calls.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add isolate_handler
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
isolate_handler: ^0.1.1+info
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_handler/isolate_handler.dart';