A modern Flutter web application that converts JSON to Dart classes with null safety support.
Visit the live application at: https://invincible1996.github.io/json2dart/
- Convert JSON to Dart classes with null safety
- Support for nested objects and arrays
- Beautiful Material Design 3 UI
- Instant copy to clipboard
- Proper code formatting
- Web-based - no installation required
- Visit the live demo
- Paste your JSON in the input field
- Enter the desired class name
- Click "Convert" to generate Dart classes
- Click "Copy to Clipboard" to use the generated code
- Clone the repository
git clone https://github.com/Invincible1996/json2dart.git
- Install dependencies
flutter pub get
- Run the application
flutter run -d chrome
- Flutter Web
- Material Design 3
- GitHub Actions for CI/CD
- GitHub Pages for hosting
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Feel free to submit a Pull Request.