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
@@ -17,7 +17,7 @@ A tool for generating data models and classes from annotations, offering greater
17
17
18
18
Below are some basic steps to get you started with this package. This package is designed to work with the [`df_generate_dart_models_core`](https://pub.dev/packages/df_generate_dart_models_core) package, which provides the core functionality for generating models.
19
19
20
-
The example below provides a glimpse of what this package can do. The package includes advanced features such as AI-driven generation, customizable type mappers, template files, model conversion to other programming languages, and mor but these advanced features are still in development and not yet documented. Feel free to contact the developer if you require more information.
20
+
The example below provides a glimpse of what this package can do. The package includes advanced features such as AI-driven generation, customizable type mappers, template files, model conversion to other programming languages, and more but these advanced features are still in development and not yet documented. Feel free to contact the developer if you require more information.
df_generate_dart_models_core: 0.9.22# Fixed version to ensure compatibility and avoid issues from frequent updates.
30
+
df_generate_dart_models_core: 0.9.24# Fixed version to ensure compatibility and avoid issues from frequent updates.
31
31
```
32
32
33
33
### Step 2
@@ -88,7 +88,7 @@ Save the file somewhere in its own directory, for example `lib/models/model_user
88
88
89
89
#### Without Visual Studio Code
90
90
91
-
1. Install this tool by running `dart pub global activate df_generate_dart_models 0.14.0` in your terminal. You can replace `0.14.0` with any other version or omit it to install the latest version.
91
+
1. Install this tool by running `dart pub global activate df_generate_dart_models` in your terminal.
92
92
2. In your project, open a terminal at the desired folder, e.g. `cd lib/models/model_user/model_user.dart`.
93
93
3. Run `--models-min`. This will generate the `_model_user.g.dart` file in the same directory.
Copy file name to clipboardExpand all lines: _README_CONTENT.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ A tool for generating data models and classes from annotations, offering greater
2
2
3
3
Below are some basic steps to get you started with this package. This package is designed to work with the [`df_generate_dart_models_core`](https://pub.dev/packages/df_generate_dart_models_core) package, which provides the core functionality for generating models.
4
4
5
-
The example below provides a glimpse of what this package can do. The package includes advanced features such as AI-driven generation, customizable type mappers, template files, model conversion to other programming languages, and mor but these advanced features are still in development and not yet documented. Feel free to contact the developer if you require more information.
5
+
The example below provides a glimpse of what this package can do. The package includes advanced features such as AI-driven generation, customizable type mappers, template files, model conversion to other programming languages, and more but these advanced features are still in development and not yet documented. Feel free to contact the developer if you require more information.
df_generate_dart_models_core: 0.9.22# Fixed version to ensure compatibility and avoid issues from frequent updates.
15
+
df_generate_dart_models_core: 0.9.24# Fixed version to ensure compatibility and avoid issues from frequent updates.
16
16
```
17
17
18
18
### Step 2
@@ -73,6 +73,6 @@ Save the file somewhere in its own directory, for example `lib/models/model_user
73
73
74
74
#### Without Visual Studio Code
75
75
76
-
1. Install this tool by running `dart pub global activate df_generate_dart_models 0.14.0` in your terminal. You can replace `0.14.0` with any other version or omit it to install the latest version.
76
+
1. Install this tool by running `dart pub global activate df_generate_dart_models` in your terminal.
77
77
2. In your project, open a terminal at the desired folder, e.g. `cd lib/models/model_user/model_user.dart`.
78
78
3. Run `--models-min`. This will generate the `_model_user.g.dart` file in the same directory.
0 commit comments