stackchain 1.1.2 copy "stackchain: ^1.1.2" to clipboard
stackchain: ^1.1.2 copied to clipboard

Config-driven Flutter scaffolding that evolves with your app. Presets, vertical slices, smart merges, upgrade/migrate, and a quality gate on every generate.

Changelog #

1.1.2 #

1.1.1 #

  • migrate now cleans up the old stack: deletes the state files it generated and drops packages the new stack no longer needs (--keep-old to opt out)
  • Fix migrate / upgrade / sync on older apps: create missing SessionService and upgrade legacy Dio, environment, and route guard files
  • Fix package logo on pub.dev

1.1.0 #

  • Keep scaffolding after init: sync, upgrade, and migrate
  • feature / add now wires router, DI, and tests automatically
  • doctor and a quality gate on every generate
  • Presets for common production stacks
  • Secure session + route guards, flavors, and CI workflow out of the box
  • RxDart as a state management option
  • dart run stackchain help (and help <command>)

1.0.0 #

  • stackchain — config-driven Flutter scaffolding via stackchain.yaml
  • Architectures: feature_first, clean, mvvm, mvc
  • State: bloc, cubit, riverpod, provider, getx
  • Routing: go_router, auto_route, navigator, getx
  • DI: get_it, injectable, getx
  • Network: dio, http
  • Commands: dart run stackchain init|feature|make|list|new (positional names)
  • init replaces Flutter’s default counter lib/main.dart
  • Ongoing generators for features, pages, widgets, services
  • Custom generators under .stackchain/bricks/
1
likes
160
points
226
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publisherevenlogix.com

Weekly Downloads

Config-driven Flutter scaffolding that evolves with your app. Presets, vertical slices, smart merges, upgrade/migrate, and a quality gate on every generate.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #generator #scaffold #architecture #bloc

License

MIT (license)

Dependencies

ansicolor, args, collection, path, recase, yaml

More

Packages that depend on stackchain