|
4 | 4 |
|
5 | 5 | **Neuma API Flutter** is a powerful VS Code extension designed to simplify your Flutter backend integration process by automatically creating folders and Dart files for you.
|
6 | 6 |
|
7 | | -This extension is suitable for any Dart project. Although it is made to pair seamlessly with [Neuma Base Flutter](https://github.com/abelherl/neuma-base-flutter), this tool allows you to **generate Dart models instantly from JSON**, complete with support for: |
8 | | - |
9 | | -* `fromJson` and `toJson` for request and response |
10 | | -* Deeply nested classes |
11 | | -* CamelCase field conversion |
12 | | -* Freezed & Equatable (optional) |
13 | | -* ```copyWith()``` / ```toString()``` generation |
| 7 | +This extension is suitable for any Dart project. Although it is made to pair seamlessly with [Neuma Base Flutter](https://github.com/abelherl/neuma-base-flutter), this tool allows you to **generate Dart models instantly from JSON**. |
14 | 8 |
|
15 | 9 | Whether you’re building requests or parsing responses, **Neuma API Flutter** keeps your workflow rapid, consistent, and efficient.
|
16 | 10 |
|
17 | 11 | ## ⚙️ Features
|
18 | 12 |
|
19 | 13 | * 🔧 Generate Dart models with one command
|
20 | | - 📁 Automatically create and manage folders |
| 14 | +* 📁 Automatically create and manage folders |
21 | 15 | * 🧠 Smart type inference with nested class generation
|
22 | 16 | * 📦 Support for arrays and objects of any depth
|
23 | 17 | * 🎯 Choose between **Request** or **Response** generation
|
|
0 commit comments