flutter_injections 1.1.2 copy "flutter_injections: ^1.1.2" to clipboard
flutter_injections: ^1.1.2 copied to clipboard

A lightweight dependency injection package for Flutter that enables context-free dependency management and modular architecture.

1.1.2 #

  • Documentation: write a short description about the package.

1.1.1 #

  • Bugfix: when change module closed all injections

1.1.0 #

  • Released stable version
  • Add new widget FlutterModule
  • Rename widget FlutterInjections to FlutterInjectionsWidget
  • Create all tests

1.0.3-beta #

  • Add contribuitors sections on reademe

1.0.2-beta #

  • Update descriptions on Readme and Doc

1.0.1-beta #

  • Fix Readme.md

1.0.0-beta #

  • TODO: Initial version beta released.
  • This package use search-tree to get the dependencies, this improve the velocity to get and use more less CPU to search the specific object.
  • Provide you create a module injections, such as HomeInjections have all dependencies you to need on HomePage.
  • Is easy to use, the focus is keep it simple to create a great application.
  • Auto dispose when you remove the FlutterInjection on your Widget Tree.
  • You can dispose a specific object using __dispose
21
likes
160
points
66
downloads

Publisher

verified publishergabul.dev

Weekly Downloads

A lightweight dependency injection package for Flutter that enables context-free dependency management and modular architecture.

Homepage
Repository (GitHub)
View/report issues

Topics

#dependency #di #injection

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_injections