stacked_generator 0.2.0 stacked_generator: ^0.2.0 copied to clipboard
Stacked Generator is a package dedicated to reduce the boilerplate required to setup a stacked application
ChangeLog #
0.2.0 #
- Adds form generation functionality
0.1.3 #
- Updates the analyzer dependency to
">=0.39.2 <0.41.2"
0.1.2 #
- Updates generator to use
StackedLocator
for.locator.dart
file
0.1.1 #
- Makes the dependencies optional
0.1.0 - Initial functionality #
- Generate a
StackedRouter
from the routes defined onStackedApp
- Generate all get_it registrations from the dependencies defined on
StackedApp