message_builder 0.1.6
message_builder: ^0.1.6 copied to clipboard
Generate immutable Dart classes serializable to json from a schema.
0.1.6 #
- Use a chain of
&&inoperator ==methods. This fixes a problem where some conditionals which were too long to fit on one line would violatecurly_braces_in_flow_control_structureslint.
0.1.5 #
- Generate code that has no lints from
package:pedanticat version1.9.0. - Generate code that follow
prefer_final_localslint
0.1.4 #
- Generate code without implicit casts.
0.1.3+6 #
- Allow
build_configversion0.4.x.
0.1.3+5 #
- Allow
buildversions<2.0.0.
0.1.3+4 #
- Use the 2.0 stable SDK.
0.1.3+3 #
- Cast to
Iterablebefore callingmapwhen parsing from json to get a correct reified list type. - Switch to
Map.mapinstead ofnew Map.fromIterable. - Cast primitive typed
ListandMapinstances to a corrected reified type.
0.1.3+2 #
- Allow
package:build_configversion0.3.x.
0.1.3+1 #
- Allow
package:buildversion0.12.x.
0.1.3 #
- Upgrade to
code_builderversion 3.0 - Add default for
generate_forto avoid applying topubspec.yamlby default.
0.1.2 #
- Handle keys explicitly set to
nullas if they were missing.
0.1.1 #
- Add a
build.yamlso this builder can be used withbuild_runnerv0.7.0
0.1.0 #
- Initial version. Extracted from dart_language_server
- Refactor to use
code_builder. - Add support for Map type fields.