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

Flutter Coding Assisstant

Rules
Models
Context
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
@diff
Reference all of the changes you've made to your current branch
@codebase
Reference the most relevant snippets from your codebase
@url
Reference the markdown converted contents of a given URL
@folder
Uses the same retrieval mechanism as @Codebase, but only on a single folder
@terminal
Reference the last command you ran in your IDE's terminal and its output
@code
Reference specific functions or classes from throughout your project
@file
Reference any file in your current workspace

No Data configured

MCP Servers

Learn more

No MCP Servers configured