dart_container 1.0.11
dart_container: ^1.0.11 copied to clipboard
Injection container and app server for Dart. Provides functionality similar to Java's Spring dependency injection and appserver.
1.0.0 #
- Initial version.
1.0.1 #
- Added ifPresentThen and ifValuePresentThen callbacks
1.0.2 #
- Added ifAllPresentThen callbacks
1.0.3 #
- Fixed unnecesary imports
1.0.4 #
- Added scheduled jobs support
1.0.5 #
- Refactored shortcut methods to be more readable
1.0.6 #
- Refactored ScheduledJob and AutoStart to interfaces
1.0.7 #
- Refactored classes into packages
- More restrictive static anlayzer
1.0.7+2 #
- Updated documentation
1.0.8 #
- Added event publish/subscribe functionality
1.0.9 #
- Updated dart_router_extended dependency and examples
1.0.10 #
- Moved to Dart 3.5.0 and above
1.0.11 #
- Added wildcard topics for subscribe/publish
- Added AbstractTopicHandler class and subscribeTo ($subTo) to Container. This new class will produce a handler for the container to use