initialization_manager 0.1.0-dev.1 copy "initialization_manager: ^0.1.0-dev.1" to clipboard
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_manager

With Flutter:

 $ flutter pub add initialization_manager

This 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.1

Alternatively, 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';
1
likes
160
points
20
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure Dart initialization engine with ordered steps, named gates for deferred post-auth work, severity-based retries, cooperative cancellation, and immutable snapshot streaming.

Repository (GitHub)
View/report issues

Topics

#initialization #bootstrap #startup #lifecycle

License

MIT (license)

Dependencies

meta

More

Packages that depend on initialization_manager