args_generator 1.2.2
args_generator: ^1.2.2 copied to clipboard
Page Args Generator - A code generator for Flutter page arguments
1.1.1 #
- Enhance null and empty checks for Iterable and String type helpers
1.1.0 #
- Page builder replaced by aggregated builder.
1.0.7 #
- Added new aggregated builder. Please see example project for more details.
1.0.4 #
- If the page has a
wrappedRoute
method, then it will be used in thebuilder
.
1.0.2 #
- Added new static method
builder
to the generated class for creating the associated widget from arguments.
0.0.9 #
- Added the
args_annotations' package to fix a bug with
source_genthat does not work with
Flutter` projects.
0.0.8 #
- Parsing fixed for
null
values.
0.0.7 #
- Skip the complex types.
0.0.6 #
- Fix dart:mirrors issue.
0.0.5 #
- Added
super
fields to args.
0.0.4 #
SharedPartBuilder
was replaced withPartBuilder
.
0.0.3 #
- Updated docs.
0.0.2 #
- Initial version.