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
**Neuma API Dart** is a powerful VS Code extension designed to simplify your Flutter backend integration process by automatically creating folders and Dart files for you.
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
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
8
@@ -12,7 +12,7 @@ This extension is suitable for any Dart project. Although it is made to pair sea
12
12
* Freezed & Equatable (optional)
13
13
*```copyWith()``` / ```toString()``` generation
14
14
15
-
Whether you’re building requests or parsing responses, **Neuma API Dart** keeps your workflow rapid, consistent, and efficient.
15
+
Whether you’re building requests or parsing responses, **Neuma API Flutter** keeps your workflow rapid, consistent, and efficient.
16
16
17
17
## ⚙️ Features
18
18
@@ -26,7 +26,7 @@ Whether you’re building requests or parsing responses, **Neuma API Dart** keep
26
26
### 1. Install the Extension
27
27
From VS Code:
28
28
29
-
* Search for `Neuma API Dart` in the extensions marketplace and install
29
+
* Search for `Neuma API Flutter` in the extensions marketplace and install
30
30
31
31
Or via CLI:
32
32
@@ -159,4 +159,4 @@ You can customize the generation folder if you need to.
0 commit comments