kiwi_generator 2.0.1 kiwi_generator: ^2.0.1 copied to clipboard
Generates dependency injection code using the kiwi package to reduce development time.
2.0.1 #
Fixed #
- #49 Fixed a bug that prepares for nullability. In this release we do not yet support nullability. But #51 is tracking nullability support
2.0.0 #
1.0.0 #
BREAKING CHANGE #
- renamed
Container
toKiwiContainer
so it is easier for Flutter devs to import the KiwiContainer (kiwi: 1.0.0 required)
0.4.0 #
- Upgrade dependencies
0.1.1 #
Fixed #
- The generator no longer generates a
.g.dart
file for abstract classes without abstract methods.
0.1.0 #
- Initial Open Source release.