witch_doctor 1.2.1
witch_doctor: ^1.2.1 copied to clipboard
A simple and intuitive dependency injection library for dart.
1.2.0 #
- Update Dart SDK to ^3.10.3
- Update all dependencies to latest versions (analyzer ^10.0.2, build ^4.0.4, source_gen ^4.2.0)
- Fix compatibility with source_gen 4.x and analyzer 10.x APIs
1.1.2 #
- Fix error fpr object creation internal logic
1.1.1 #
- Fixing documentation --"
1.1.0 #
- Remove
dart:mirrorslib. - Add
source_genandbuild_runnerlibs to generatewitch_doctorbase classes. - Add @Antibiotic() decorator to tag possible injections classes.
- Register need an instance of the generated code ${className}PythonPoison.
1.0.0 #
- Add containers feature
- Add injections type (singleton and factory) feature