freezed 0.1.3 
freezed: ^0.1.3 copied to clipboard
Code generation for immutable classes that has a simple syntax/API without compromising on the features.
0.1.3 #
- Don't generate anything for factory constructors with a body. (https://github.com/rrousselGit/freezed/issues/9)
 
0.1.2 #
- 
fromJson/toJsonno longer require/add aruntimeTypekey for classes with a single constructor. (https://github.com/rrousselGit/freezed/issues/7) - 
don't generate anything for classes that add
@immutablebut define real properties (https://github.com/rrousselGit/freezed/issues/5) 
0.1.1 #
Upgrade min range of analyzer dependency
0.1.0 #
Add support for json_serializable
0.0.2 #
Implicitly generate debugFillProperties if the necessary classes are imported.
0.0.1 #
Add generic support
0.0.0 #
Initial release



