An open API service indexing awesome lists of open source software.

https://github.com/sharmadhiraj/json-to-dart

A Flutter web app simplifying the conversion of JSON data into Dart classes effortlessly.
https://github.com/sharmadhiraj/json-to-dart

android api dart flutter ios json json-to-dart mobile web

Last synced: about 2 months ago
JSON representation

A Flutter web app simplifying the conversion of JSON data into Dart classes effortlessly.

Awesome Lists containing this project

README

          

# JSON to Dart

A Flutter web app to effortlessly convert JSON data into Dart classes.

## Features
- Converts JSON to Dart classes with support for nested objects and lists.
- Optional generation of `toJson`, `fromJson`, and `parseList` methods.
- Caches input JSON and settings for a seamless workflow.
- Simple, user-friendly interface for Flutter developers.

## Demo
![Demo Gif](demo.gif)

Try it at [JSON to Dart Converter](https://sharmadhiraj.github.io/json-to-dart/).

## Feedback
Your reviews and suggestions are welcome! Share feedback to improve the tool.