.gemini/styleguide.md
This style guide outlines the coding conventions for contributions to the flutter/packages repository.
Code should follow the relevant style guides, and use the correct auto-formatter, for each language, as described in the repository contributing guide's Style section.
When providing a summary, the review agent must adhere to the following principles:
It is normal practice for PRs that affect multiple packages in a federated plugin to contain a temporary
dependency_overrides section during initial review. The review agent should not comment about
dependency_overrides sections in pubspec.yaml files that have a comment starting with:
"FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE."