dart_ui_isolate 1.1.1 dart_ui_isolate: ^1.1.1 copied to clipboard
Run `dart:ui` in an isolate.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dart_ui_isolate
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dart_ui_isolate: ^1.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:dart_ui_isolate/dart_ui_isolate.dart';