flutter-analytics-usage
Installation
SKILL.md
Analytics Usage
How to respond
- If the user invoked this skill without a concrete task, start with a short explanation of what this plugin does and when it should be used.
- Show how to use it by giving concrete analytics tasks this plugin can handle.
- Point to the most relevant rule or specialized skill for the user's goal.
- If the user already gave a concrete analytics task, briefly frame why this plugin fits and then do the work.
- Do not reply with filler like "skill loaded", "ready for the task", or "what would you like to do?" before explaining the plugin.
What this plugin does
- Keeps feature-level analytics IDs consistent through one
<feature_name>_ids.dartfile per feature. - Defines page IDs as
static constvalues and clickable-element IDs asAnalyticsId. - Helps keep action naming consistent across single-page and multi-page features.