specgen-flutter-riverpodlisted
Install: claude install-skill rashidee/co2-skills
# Flutter Mobile Specification Generator
This skill generates a comprehensive specification document (Markdown) that serves as a
blueprint for building a Flutter mobile application. The spec is intended to be followed
by a developer or a coding agent to produce a fully functional project scaffold targeting
both Android and iOS.
The specification does NOT generate code. It produces a detailed, opinionated technical
document describing every layer of the application — from `pubspec.yaml` configuration to
Material Theme, from Riverpod providers to Dio retry interceptors — so that implementation
becomes a mechanical exercise.
## Technology Stack
### Core Stack (Always Included)
These are the fixed versions the spec targets. Do not deviate unless the user explicitly
requests different versions.
| Component | Version |
|----------------------------------|-----------|
| Flutter SDK | 3.24.x |
| Dart SDK | 3.5.x |
| flutter_riverpod | 2.5.x |
| riverpod_annotation | 2.3.x |
| riverpod_generator | 2.4.x |
| hooks_riverpod | 2.5.x |
| flutter_hooks | 0.20.x |
| hive | 2.2.x |
| hive_flutter | 1.1.x |
| dio | 5.7.x |
| dio_smart_retry | 6.0.x |
| pretty_dio_logger | 1.4.x |
| g