hiranthaR / Json-to-Dart-Model

Json to Dart Model extension can convert JSON objects into Dart data classes. It supports pure Dart class conversion, Flutter-recommended JSON serialization using annotations, Freezed support, Effective Dart:Style, and many more features. Currently, it has more than 135,000 installs.
https://marketplace.visualstudio.com/items?itemName=hirantha.json-to-dart
MIT License
93 stars 17 forks source link

Does not generate a new object after was deleted #67

Closed iamarnas closed 2 years ago

iamarnas commented 3 years ago

Does not generate a new object after was deleted from the file models.jsonc

iamarnas commented 3 years ago

@Prn-Ice Hi 👋 I have fixed this hotfix. Test it with the latest version 3.4.0 and let me know if work it as expected.

iamarnas commented 3 years ago

As of version 3.4.1 Json to Dart Model generator restore any deleted files which are included in the tracked files.

iamarnas commented 2 years ago

It closes because there are no more user reports after the fix.