launch_mode 0.2.0 copy "launch_mode: ^0.2.0" to clipboard
launch_mode: ^0.2.0 copied to clipboard

Automatic launch modes for Flutter root and child isolates, with scoped background handler contexts and explicit initialization when needed.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add launch_mode

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

dependencies:
  launch_mode: ^0.2.0

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:launch_mode/launch_mode.dart';
0
likes
160
points
106
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Automatic launch modes for Flutter root and child isolates, with scoped background handler contexts and explicit initialization when needed.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on launch_mode