File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ Whether you’re building requests or parsing responses, **Neuma API Flutter** k
17
17
## ⚙️ Features
18
18
19
19
* 🔧 Generate Dart models with one command
20
+ 📁 Automatically create and manage folders
20
21
* 🧠 Smart type inference with nested class generation
21
22
* 📦 Support for arrays and objects of any depth
22
- * 🎯 Choose between ** Request** or ** Response** generation
23
- * 🧩 Optional: Freezed, JsonSerializable, Equatable, CopyWith
23
+ * 🎯 Choose between ** Request** or ** Response** generation
24
24
25
25
## 🚀 Getting Started
26
26
### 1. Install the Extension
@@ -158,8 +158,9 @@ You can customize the generation folder if you need to.
158
158
```
159
159
160
160
## 🛠️ Future Plans
161
+ * ⏳ Custom generation folder location
162
+ * ⏳ Optional settings for ``` copyWith(), Equatable, Freezed ``` , etc
161
163
* ⏳ Convert from Postman or Swagger JSON collection
162
164
163
-
164
165
## 📄 License
165
166
Licensed under the [ MIT License] ( ./LICENSE )
You can’t perform that action at this time.
0 commit comments