turn_gen 0.1.0
turn_gen: ^0.1.0 copied to clipboard
TurnGen is a set of scripts combined into a command line tool to minimize coding and simplify various tasks
0.1.0 #
- Added ability to generate "union types"
- Adding hints to the data class generator
List<Map<String, dynamic>>support added to TurnGen
0.0.8 #
- if the value is
required, it now goes first to initialization since rulealways_put_required_named_parameters_first
0.0.7 #
- fixed
toMapandfromMapfor theMaptype - added for
enumtype - methodT mapConst<T>
0.0.6 #
- fixed work with mixin
equatable
0.0.5 #
- removed the dependency on
intl
0.0.4 #
- added support for configuring the
only: equatable - added a message if more than one value is used with the
only:key
0.0.3 #
- fix version intl
0.0.2 #
- Updated README.md
0.0.1 #
- Initial version