turn_gen 0.2.5 copy "turn_gen: ^0.2.5" to clipboard
turn_gen: ^0.2.5 copied to clipboard

outdated

TurnGen is a set of scripts combined into a command line tool to minimize coding and simplify various tasks

0.2.5 #

  • added hints to fromMap if the value is empty for bool num String int enum
  • type ThemeMode is now automatically defined as enum
  • 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 in TurnGen, 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 rule always_put_required_named_parameters_first

0.0.7 #

  • fixed toMap and fromMap for the Map type
  • added for enum type - method T 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
2
likes
0
points
12
downloads

Publisher

verified publisherwayofdt.com

Weekly Downloads

TurnGen is a set of scripts combined into a command line tool to minimize coding and simplify various tasks

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, cli_util, path, yaml

More

Packages that depend on turn_gen