modularity_contracts 0.1.0
modularity_contracts: ^0.1.0 copied to clipboard
Zero-dependency interfaces and contracts for Modularity framework. Defines Binder, Module and other core abstractions.
0.1.0 #
- Added
RegistrationStrategyandRegistrationAwareBinderso containers can control how re-registrations behave (used for hot reload / overrides). - Added
ModuleRetentionPolicyenum (strict,routeBound,keepAlive).
0.0.2 #
- Added
sealPublicScope()andresetPublicScope()toExportableBinder - Added
isExportModeEnabledandisPublicScopeSealedgetters - Improved package metadata for pub.flutter-io.cn (topics, issue_tracker, description)
0.0.1 #
- Initial release.