- support fvm
- add two action in Build menu related to fvm
- fix json text field is read-only
- Option added explicitToJson: true
- Option added fieldRename: FieldRename.none
- Option added copyWith method
- bug fixes
- Enhanced JSON Input Dialog,can preview the generated dart model
- Enhanced text field, support highlighting, code folding
- Option added to Whether to create toJson function
- Option added to Whether to set a default value
- Minor Bug fixes
- make Property final
- support shortcut 'alt + W' run "flutter pub run build_runner watch --delete-conflicting-outputs" command
- support shortcut 'alt + B' run "flutter pub run build_runner build --delete-conflicting-outputs" command
- Support shortcut alt + F or click menu Build -> Run 'flutter pub run build_runner watch'
- modify input json dialog ui
- DxyJsonToDart rename to FlutterJsonToDart
- New: Automatically generate dart model classes from JSON
- New: Automatically add json_serializable related dependencies in the pubspec.yaml file
- New: Automatically execute the command:flutter packages pub run build_runner build