flutter_ioc_get_it 1.3.0
flutter_ioc_get_it: ^1.3.0 copied to clipboard
An implementation of the flutter_ioc package based on get_it.
1.3.0 #
- Updates and implements flutter_ioc 2.2.0
- Updates dependency on
get_it
to version 7.7.0.
1.2.1 #
- Updates dependency on
flutter_ioc
to version 2.1.0. - Updates dependency on
get_it
to version 7.6.7.
1.2.0 #
- Adds support for creating and removing scopes to the IoC container.
- Adds support to reset a registered lazy-singleton. Resetting a lazy-singleton will instruct the IoC container to create a new instance of the lazy-singleton next time it is accessed.
- Allows support for registering a
onDispose
callback for singleton and lazy-singleton registrations. This callback will be called when a singleton or lazy-singleton is destroyed and could be used to clean up additional resources.
1.1.0 #
- Adds support for reassigning registrations that were made earlier.
1.0.0 #
- Initial version.