srik_cli 0.1.0
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
homefeature showing full data flow
srik doctorchecks environment for Flutter, Dart, git--versionflag prints CLI version- Interactive prompts via the
interactpackage --no-interactivemode for CI use- Validates project name, organization, and brand color hex
- Initializes git repo with first commit
- Runs
flutter pub getautomatically after generation