flutter_inject 1.0.3 copy "flutter_inject: ^1.0.3" to clipboard
flutter_inject: ^1.0.3 copied to clipboard

A simple dependency injection widget based on standard Flutter's InheritedWidget

[1.0.0] 12-02-2024 #

First release

[1.0.1] 13-02-2024 #

Added .gitignore to project and cleaned up some files

[1.0.2] 06-03-2024 #

Now Inject will call .dispose() methods of any injected dependencies Before Inject would have called only .dispose() methods on dependencies with the Disposable mixin And so, Disposable mixin has been removed

[1.0.3] 25-03-2024 #

Fixed InjectAll builder's given context when built

5
likes
150
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A simple dependency injection widget based on standard Flutter's InheritedWidget

Repository (GitLab)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_inject