functional_data_generator 1.0.0-nullsafety.2 functional_data_generator: ^1.0.0-nullsafety.2 copied to clipboard
Simple and non-intrusive code generator for boilerplate of data types.
1.0.0-nullsafety.2 #
- Fix handling of prefixed types
1.0.0-nullsafety.1 #
- Don't use dynamic in generated code
1.0.0-nullsafety.0 #
- Make generated code support null-safety
0.3.4 #
- Update analyzer dependency
0.3.3 #
- Fix bug where question mark would appear in generated code when using certain values for CustomEquality
0.3.2 #
- Fix some warnings in generated code
0.3.1 #
- Fix bug where code generation fails for field of Function type
0.3.0 #
- Support for extension methods
- Suppress warnings on generated code
0.2.4 #
- Relax version dependency on analyzer
0.2.3 #
- Support types from prefixed imports
0.2.2 #
- Add link to documentation of
function_data
package in README
0.2.1 #
- Add changelog
- Format code
- Add description
0.2.0 #
- First published version