A shared tag with AI prompts and code snippets
From workspace: Windsurf
Team: Rules Directory
Total snippets: 2
2 snippets
--- trigger: glob description: This rule explains Flutter widget patterns and best practices for cross-platform mobile development. globs: **/*.dart --- # Flutter rules - Use StatelessWidget for UI components without internal state. - Use...
# General Code Style & Formatting - Use functional and declarative programming patterns; avoid classes. - Prefer iteration and modularization over code duplication. - Use descriptive variable names with auxiliary verbs (e.g., isLoading,...