Skip to content

Releases: codeabelity/neuma-api-flutter

v0.0.2

22 Jul 15:20
Compare
Choose a tag to compare

🥳 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() annotations
    • toString() 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

v0.0.1

19 Jul 17:48
Compare
Choose a tag to compare

🥳 Initial Release — Neuma API Flutter v0.0.1

I'm excited to introduce Neuma API Flutter, a powerful VS Code extension designed to streamline your Flutter backend workflow by instantly generating Dart models from JSON — with smart, customizable options to fit your project needs!

This is just the beginning — stay tuned for future updates like Postman/Swagger import support.
Thanks for checking out Neuma API Flutter — hope it makes your development life easier! 💙

🔧 Changelog

  • 🧠 Smart model generation from raw JSON input
  • 🧩 Support for deeply nested classes, arrays, and objects
  • 🎯 Choose between Request or Response class generation
  • 📝 CamelCase field conversion and clean Dart formatting
  • 📦 Folder structure auto-generated for organized code

Full Changelog: https://github.com/abelherl/neuma-api-flutter/commits/release