srik_cli 0.1.0 copy "srik_cli: ^0.1.0" to clipboard
srik_cli: ^0.1.0 copied to clipboard

Flutter project scaffolder. Generates Clean Architecture + Riverpod projects with one command. Architecture-agnostic alternative to very_good_cli.

Changelog #

0.1.0 #

Initial release.

Features #

  • srik create <name> generates a Flutter project with:
    • Clean Architecture folder structure (domain / data / presentation)
    • Riverpod state management
    • go_router routing
    • Dio networking client with logging interceptor
    • shared_preferences local storage wrapper
    • Design tokens (colors, spacing, typography, radius, durations) from brand color
    • dartz functional error handling
    • One example home feature showing full data flow
  • srik doctor checks environment for Flutter, Dart, git
  • --version flag prints CLI version
  • Interactive prompts via the interact package
  • --no-interactive mode for CI use
  • Validates project name, organization, and brand color hex
  • Initializes git repo with first commit
  • Runs flutter pub get automatically after generation
2
likes
0
points
266
downloads

Publisher

verified publisherkalainovainfotech.com

Weekly Downloads

Flutter project scaffolder. Generates Clean Architecture + Riverpod projects with one command. Architecture-agnostic alternative to very_good_cli.

Repository (GitHub)
View/report issues

Topics

#flutter #cli #scaffolding #clean-architecture #riverpod

License

unknown (license)

Dependencies

args, interact, path

More

Packages that depend on srik_cli