Initial commit of the Flutter Cursor Generator project, including the core generator tool, project brief schema, example project setup, and CI configuration. Added README documentation outlining repository structure, quick start guide, and detailed descriptions of features and architecture pillars.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.0] - 2025-01-01
|
||||
### Added
|
||||
- Initial release of flutter-cursor-templates
|
||||
- Support for BLoC, Riverpod, GetX, Hooks+Riverpod state management
|
||||
- Support for Clean, Feature-First, MVVM, MVC, Layered architectures
|
||||
- Support for Firebase, Supabase, REST backends
|
||||
- GoRouter, GetX Navigation, Auto Route routing templates
|
||||
- Platform targets: iOS, Android, Web, Desktop
|
||||
- Code generation templates: Freezed, json_serializable, Injectable, Retrofit
|
||||
- Security standards as always-on rules (Pillar 5)
|
||||
- Template versioning with lock file (Pillar 1)
|
||||
- Override/customization layer with CURSOR:CUSTOM markers (Pillar 2)
|
||||
- Generator test suite with golden files (Pillar 3)
|
||||
- Multi-platform & codegen awareness in brief schema (Pillar 4)
|
||||
- Opt-in telemetry and feedback loop (Pillar 6)
|
||||
- i18n / localization rules
|
||||
- Global error handling rules
|
||||
- Interactive CLI wizard
|
||||
- Brief JSON Schema for IDE autocomplete
|
||||
Reference in New Issue
Block a user