smart_snake 0.5.1 copy "smart_snake: ^0.5.1" to clipboard
smart_snake: ^0.5.1 copied to clipboard

A Dart/Flutter code generator for clean architecture models, request params, generated entities, and JSON mapping.

example/README.md

smart_snake example #

This example shows a small model that generates:

  • JSON parsing helpers
  • toJson()
  • a request param class
  • a generated entity
  • toEntity()
  • entity copyWith()

Run it from the package root with:

dart run example/bin/main.dart

Or regenerate the example output with:

cd example
dart run build_runner build --delete-conflicting-outputs
1
likes
150
points
15
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart/Flutter code generator for clean architecture models, request params, generated entities, and JSON mapping.

Repository (GitHub)
View/report issues

Topics

#codegen #json #clean-architecture #model-mapper #build-runner

License

MIT (license)

Dependencies

analyzer, build, json_annotation, source_gen

More

Packages that depend on smart_snake