force_inject_provider 0.1.0
force_inject_provider: ^0.1.0 copied to clipboard
Provider integration for ForceInject — a lightweight dependency injection container for Dart and Flutter.
Changelog #
0.1.0 #
🎉 Initial release of force_inject_provider
!
- Integrates
force_inject
with Flutter'sprovider
package - Provides:
ProviderScope
– scoped DI management usingServiceScope
ProviderNotifierBuilder<T>
– bindsChangeNotifier
ViewModels from the scope
- Automatically disposes ViewModels when scope is destroyed
- Includes working example:
example/minimal_provider_di