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.dart file per feature.
  • Defines page IDs as static const values and clickable-element IDs as AnalyticsId.
  • Helps keep action naming consistent across single-page and multi-page features.

How to use it

Installs
8
First Seen
May 18, 2026
flutter-analytics-usage — leancodepl/ai-plugins