gate_generator 0.0.3+3
gate_generator: ^0.0.3+3 copied to clipboard
Dependency Injection generator for your flutter/dart applications. This uses annotations and build_runner.
0.0.3+3 #
- fixed an empty line added on every file containing a generated import
0.0.3 #
- Injected child now use DartType
- Add "part of myfile.part" automatically into your source file
- Add Gate import automatically into your source file
0.0.2 #
- mock dependency on demand
- web support
0.0.1 #
- Initial version.