jsafe 1.2.0 copy "jsafe: ^1.2.0" to clipboard
jsafe: ^1.2.0 copied to clipboard

Automated CLI model generator + safe JSON parsing + json_serializable converters for Dart/Flutter.

Changelog #

All notable changes to this project will be documented in this file.

1.2.0 - 2026-03-14 #

Added #

  • Added jsafe create params [ClassName] <file_path> for generating nullable params classes with copyWith and toJson.

Fixed #

  • Fixed generated field names for JSON keys that start with underscores, such as _id -> id.

1.1.3 - 2025-10-27 #

Fixed #

  • Fixed a bug list mapping and other serializing nested models parsing.

1.1.2 - 2025-10-25 #

Added #

  • Added CLI model generator with support for snake_case conversion and Optional model names.

Fixed #

  • Fixed a bug for serializing nested models.
7
likes
150
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Automated CLI model generator + safe JSON parsing + json_serializable converters for Dart/Flutter.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, json_annotation, meta, path

More

Packages that depend on jsafe