initialization_manager 0.1.0-dev.1
initialization_manager: ^0.1.0-dev.1 copied to clipboard
Pure Dart initialization engine with ordered steps, named gates for deferred post-auth work, severity-based retries, cooperative cancellation, and immutable snapshot streaming.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add initialization_managerWith Flutter:
$ flutter pub add initialization_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
initialization_manager: ^0.1.0-dev.1Alternatively, 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:initialization_manager/initialization_manager.dart';