turn_gen 0.2.6
turn_gen: ^0.2.6 copied to clipboard
TurnGen is a set of scripts combined into a command line tool to minimize coding and simplify various tasks
0.2.6 #
- added an error description and the name of the variable if the value is not initialized in the
fromMapmethod - fixed a problem with reading
boolinfrommap
0.2.5 #
- added hints to fromMap if the value is empty for
boolnumStringintenum - type
ThemeModeis now automatically defined asenum - added a hint if a variable does not have a type or only has a type
0.2.0 #
- now, when generating
data class, the type of the variable is automatically determined, and if this type is not inTurnGen, hints about this auto-detection appear - when generating a data class, you can now not specify an empty comment above each variable
/* */ - Updated README.md
0.1.1 #
- fixed output in json
List<data>
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