You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,17 @@
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
14
+
* 📁 Automatically create and manage folders
20
15
* 🧠 Smart type inference with nested class generation
21
16
* 📦 Support for arrays and objects of any depth
22
-
* 🎯 Choose between **Request** or **Response** generation
0 commit comments