Json-to-Dart-Model icon indicating copy to clipboard operation
Json-to-Dart-Model copied to clipboard

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, Effecti...

Results 22 Json-to-Dart-Model issues
Sort by recently updated
recently updated
newest added

would be nice to have enums support

enhancement

It would be great if `Json-to-Dart-Model` supported Map data type as it already supported List. Currrently, if the key is something like `"key.Map":{}`, it creates a whole new class called...

enhancement

Please develop an Android Studio plugin, existing plugins is not really good.

question

Change: json as int -> int.tryParse(json.toString()) json as double -> double.tryParse(json.toString()) json as String? -> json?.String() json as List? -> List.from(json) json as Map? -> Map.from(json)

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Is there any support on auto-generating composition? there are some cases...

question

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I have a rating property which has a default value of...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior _No response_ ### Expected Behavior _No response_ ### Steps To Reproduce...

enhancement

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Hi, Firstly thank you so much for this super package/extension, its...