json_factory_generator 1.0.2 copy "json_factory_generator: ^1.0.2" to clipboard
json_factory_generator: ^1.0.2 copied to clipboard

A code generator that creates centralized, type-safe JSON factories for Dart models with automatic discovery and List<T> support.

1.0.2 - 2025-08-28 #

Changed #

  • Updated BaseResponse usage examples with clearer examples for both single objects and lists
  • Enhanced documentation clarity for type-safe JSON parsing
  • Improved code examples in README

1.0.1+1 - 2025-08-25 #

Changed #

  • Update doc and optimal Helper

1.0.0 - 2025-08-25 #

First stable release with production-ready features.

Added #

  • Production-ready code generation implementation
  • Robust error handling and reporting system
  • Comprehensive documentation with examples
  • Complete test coverage for all features
  • Advanced support for complex object graphs
  • Enhanced type discovery system
  • Improved support for List
  • Refined BaseResponse
  • Integration with latest Dart analyzer
  • Performance optimizations

Changed #

  • Enhanced build configuration
  • Improved error messages
  • Updated all dependencies to latest stable versions
  • Refined code generation templates

Migration #

  • No breaking changes from 0.1.x series
  • All existing generated code will continue to work
  • Improved backwards compatibility

0.1.6 0.1.7 #

  • Added comprehensive BaseResponse
  • Enhanced README with BaseResponse generic API wrapper section
  • Added detailed examples for handling API responses with type safety
  • Improved documentation structure and clarity
  • Updated examples to showcase BaseResponse benefits and use cases

0.1.5 #

  • Version bump and package improvements
  • Maintenance release with updated dependencies and documentation

0.1.4 #

  • Fixed package description length to comply with pub.dev guidelines (under 180 characters)
  • Added missing meta dependency for enhanced code generation capabilities
  • Improved package metadata and lint compliance
  • Code quality improvements and better documentation

0.1.3 #

  • Package maintenance and publishing improvements
  • Updated documentation and examples
  • Improved package metadata and description
  • Enhanced code quality and consistency

0.1.2 #

  • Lowered minimum Dart SDK requirement to 3.0.0 for broader compatibility
  • Adjusted dependency versions to support wider range of Dart versions
  • Improved compatibility with older Dart installations

0.1.1 #

  • Fixed dependency version constraints for better compatibility
  • Added platform support for all major platforms (Android, iOS, Linux, macOS, Web, Windows)
  • Fixed example package publish configuration
  • Improved static analysis score

0.1.0 #

  • Initial release
  • Auto-generate centralized JSON factories for Dart models
  • Support for @jsonModel annotation
  • Type-safe JSON parsing with support for both single objects and List
  • Automatic discovery of annotated classes
  • Compatible with json_serializable and manual fromJson implementations
7
likes
130
points
81
downloads

Publisher

unverified uploader

Weekly Downloads

A code generator that creates centralized, type-safe JSON factories for Dart models with automatic discovery and List<T> support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, glob, json_factory_annotation, meta, source_gen

More

Packages that depend on json_factory_generator