🥳 Config Updates — Neuma API Flutter v0.0.2
This update brings much-needed configuration flexibility to help you generate code your way without touching a single line manually.
✨ What’s New
- ⚙️ VS Code Settings Support — Customize generation behavior directly from your workspace settings.
- 📁 Custom Folder Paths — Set your preferred base folder for model generation (e.g.
lib/data/models
). - 🔠 Field Naming Style — Choose between
camelCase
,snake_case
, or keep the original field names. - 🧱 Toggle Optional Features like:
copyWith()
Equatable
integration@JsonKey()
annotationstoString()
override
- 🧙♂️ Freezed Mode — Enable
freezed
-compatible output for immutable, union-friendly classes. - 🔒 Null Safety Control — Choose between
nullable
,non-nullable
, or let the tool infer automatically. - 🗂 Auto Subfolder Generation — Enable or disable auto-folder nesting per model.
Full Changelog: https://github.com/abelherl/neuma-api-flutter/commits/v0.0.2