turn_gen 0.4.0
turn_gen: ^0.4.0 copied to clipboard
TurnGen is a set of scripts combined into a command line tool to minimize coding and simplify various tasks
0.4.0 #
- The script was completely redesigned to generate additional
enummethods - Removed scripts for a certain type of variable in the
enumconstructor, now only one script is used. - Updated README.md
0.3.2 #
- now any
implementsof the fakeunion classare added to the main - move
union classdocumentation comments of the fake class to the main class - Updated README.md
0.3.0 #
- added hints to
fromMapif value is empty - for all variables fromMapmethod now allows null value if all fields of the class are initialized (comment added: for example/* init: false */above all fields)
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
fromMapif the value is empty forboolnumStringintenum - 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