joe-riggy/flutt icon
public
Published on 3/26/2025
My Assistant

Flutter Coding Assisstant

Rules
Models
Context

MCP Servers

Learn more

No MCP Servers configured

rules:
  - Follow Flutter best practices, including widget composition and state management.
  - Use the Provider package for state management unless otherwise specified.
  - Always write DartDoc comments for public functions, classes, and widgets.
  - Use const constructors wherever possible to optimize performance.
  - Ensure all widgets are wrapped with proper layout widgets (e.g., Padding, SafeArea).
  - Prefer named parameters for function definitions when applicable.
  - Always use proper null safety handling with '?' and 'late' only when necessary.
  - Format code using dartfmt before finalizing any changes.
  - Follow the official Flutter style guide for naming conventions and indentation.
Flutterhttps://docs.flutter.dev/

Prompts

Learn more

No Prompts configured

Context

Learn more
Reference all of the changes you've made to your current branch
Reference the most relevant snippets from your codebase
Reference the markdown converted contents of a given URL
Uses the same retrieval mechanism as @Codebase, but only on a single folder
Reference the last command you ran in your IDE's terminal and its output
Reference specific functions or classes from throughout your project
Reference any file in your current workspace