Discover and explore top open-source AI tools and projects—updated daily.
Flutter IDE rules for AI assistants
Top 82.8% on SourcePulse
This repository offers a curated collection of Flutter and Dart development rules for AI-powered IDEs like Cursor and Windsurf. It aims to enhance developer workflows and ensure code consistency by providing objective, documentation-based guidance, targeting Flutter developers seeking to leverage AI assistants for code generation and adherence to best practices.
How It Works
The project organizes rules into individual files within the rules/
directory, each based solely on official documentation for Flutter, Dart, and related packages. These are categorized by topic for modularity. Additionally, the combined/
directory offers pre-packaged rule sets, under 6,000 characters, for quick integration into IDEs. Users can copy these files directly or reference individual rules for more granular control.
Quick Start & Requirements
combined/
into your IDE's global or local rules configuration.git clone --depth 1 https://github.com/evanca/flutter-ai-rules.git temp_repo && mkdir -p docs && cp -r temp_repo/rules/* docs && rm -rf temp_repo
.Highlighted Details
Maintenance & Community
The repository is maintained by evanca. Contributions are welcome via pull requests, with a requirement to cite official documentation for new or modified rules.
Licensing & Compatibility
The repository does not explicitly state a license. Users should verify compatibility for commercial or closed-source use.
Limitations & Caveats
The objective sourcing of rules may occasionally lead to contradictory recommendations if official documentation presents differing approaches. The repository does not specify an explicit license, which may impact commercial adoption.
1 month ago
Inactive