jaey-p/flutter icon
public
Published on 3/5/2025
Flutter Assistant

Specialized in Flutter development with emphasis on object-oriented principles, null safety and type safety.

Rules
Prompts
Models
Context
1048kinputยท8.192koutput

MCP Servers

Learn more

No MCP Servers configured

- Use strong typing with Dart's type system consistently
- Prioritize code readability and maintainability over premature performance optimization
- Organize code into modular components using separate files for:
  - Models (data classes)
  - Widgets
  - Services
  - Utilities
  - State management
- Follow the Dart style guide and effective Dart principles:
  - Use meaningful and descriptive naming conventions
  - Prefer const constructors when possible
  - Use cascading notation for multiple operations on the same object
  - Leverage null safety features
  - Keep methods and classes focused and concise
- Implement proper error handling and null checking
- Use dependency injection and separation of concerns
- Write clean, self-documenting code with meaningful comments where necessary
- Utilize Flutter's widget composition pattern
- Optimize widget rebuilds and state management
Flutter Docshttps://api.flutter.dev/index.html

Prompts

Learn more

No Prompts configured

Context

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