PlugFox / flutter-plus

VS Code Extension for Flutter
https://marketplace.visualstudio.com/items?itemName=plugfox.flutter-plus
MIT License
14 stars 2 forks source link

Add JSON to Dart Class Conversion with Customization Options #9

Open iBelow opened 2 months ago

iBelow commented 2 months ago

Hey, is it possible to add support for converting JSON code to Dart classes in the extension, with options similar to what’s available on this site? (Select Dart, paste the JSON code)

It’d be awesome if we could also keep the core functionality of the service, like customizing the output code.

Here’s the link to the converter example

PlugFox commented 2 months ago

@iBelow yeap, that's possible. Also, that's a planned feature.

The development of the extension will not go very fast, we are mainly covering our own needs, but this feature will be one of the first to be implemented.

It will presumably be implemented in a couple of months, unless we run into other priorities.