MoritzMessner/flutter-cursor-rules
Cursor rule Cursor
High-level overview of the Flutter project architecture, directory structure, file naming conventions, and decision checklists. Use this to understand where code belongs.
Cursor Rules for Flutter MVVM and architecture best practices.
MoritzMessner/flutter-cursor-rules
Cursor rule Cursor
High-level overview of the Flutter project architecture, directory structure, file naming conventions, and decision checklists. Use this to understand where code belongs.
MoritzMessner/flutter-cursor-rules
Cursor rule Cursor
Best practices, DOs and DON'Ts for Flutter development. Use this to ensure code quality and avoid common pitfalls.
MoritzMessner/flutter-cursor-rules
Cursor rule Cursor
Reusable design patterns for Flutter architecture: Command, Result, Optimistic State, and Key-Value Storage. Use this when implementing async operations or shared utilities.
MoritzMessner/flutter-cursor-rules
Cursor rule Cursor
Guidelines for the Flutter Domain and Data layers. Includes Repositories, Services, Models, DTOs, and error handling in the data layer. Use this when implementing business logic or data access.
MoritzMessner/flutter-cursor-rules
Cursor rule Cursor
Test that the ViewModel correctly updates its state (and Commands) in response to actions.
MoritzMessner/flutter-cursor-rules
Cursor rule Cursor
Guidelines for the Flutter UI Layer, including ViewModels, Views (Widgets), and state management. Use this when working on screens or ViewModels.