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
A tool for generating data models and classes from annotations, offering greater flexibility than json_serializable or freezed. It supports generating classes from template files for enhanced customization, ensures stronger type safety, and includes intelligent conversion mechanisms.
@@ -94,12 +92,11 @@ Save the file somewhere in its own directory, for example `lib/models/model_user
94
92
2. In your project, open a terminal at the desired folder, e.g. `cd lib/models/model_user/model_user.dart`.
95
93
3. Run `--models-min`. This will generate the `_model_user.g.dart` file in the same directory.
96
94
97
-
98
95
<!-- END _README_CONTENT -->
99
96
100
97
---
101
98
102
-
☝️ Please refer to the [API reference](https://pub.dev/documentation/df_generate_dart_models/) for more information.
99
+
🔍 For more information, refer to the [API reference](https://pub.dev/documentation/df_generate_dart_models/).
103
100
104
101
---
105
102
@@ -109,7 +106,6 @@ This is an open-source project, and we warmly welcome contributions from everyon
109
106
110
107
### ☝️ Ways you can contribute
111
108
112
-
-**Buy me a coffee:** If you'd like to support the project financially, consider [buying me a coffee](https://www.buymeacoffee.com/dev_cetera). Your support helps cover the costs of development and keeps the project growing.
113
109
-**Find us on Discord:** Feel free to ask questions and engage with the community here: https://discord.gg/gEQ8y2nfyX.
114
110
-**Share your ideas:** Every perspective matters, and your ideas can spark innovation.
115
111
-**Help others:** Engage with other users by offering advice, solutions, or troubleshooting assistance.
@@ -126,7 +122,6 @@ If you're enjoying this package and find it valuable, consider showing your appr
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_generate_dart_models/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_generate_dart_models/main/LICENSE) for more information.
0 commit comments