Json to Dart By Edkluivert
A simple JSON to Dart converter for Flutter developers. Forked from an existing tool after the original link went down, with UI cleanup and small usability improvements.
This a JSON to Dart converter built for Flutter developers who want to generate model classes quickly.

I forked the original project after the tool became unavailable and made a few improvements, mainly around UI design and small usability details, to keep it practical for everyday Flutter development.

It’s intentionally simple, fast, and focused on doing one thing well: turning JSON responses into clean Dart objects.

https://edkluivert.github.io/json_to_dart/