EnsureInitialized
and EnsureInitializedResult
were renamed to EnsureInitializedMixin
and EnsureInitializedResultMixin
. They were not removed but marked as deprecated instead. Consider migrating soon.
- Test coverage 💪
- Objects can now be reinitialized
whenInitialized
andwhenUninitialized
streams- Minor refactoring
Use meta of version 1.3.0 to resolve version conflicts with the flutter SDK.
Make initializedSuccessfully and initializedWithError methods throw an exception if object has already been initialized.
Readme Updates
Readme Updates
Initial release.