Back to marketplace

Flutter

Flutter Analytics

v0.1.0

LeanCode Flutter analytics guidance for feature-level IDs, page tracking, clickable elements, and analytics review/scaffolding workflows.

developer-toolsflutteranalyticsinternal

README

flutter-analytics

LeanCode Flutter analytics plugin for Cursor and Claude Code.

Contains the analytics rules and helper skills for feature-level IDs, page IDs, and clickable-element IDs.

Included assets

  • rules/analytics.md - conventions for *_ids.dart
  • rules/analytics-usage.md - page and clickable-element usage patterns
  • skills/flutter-analytics-usage/SKILL.md - entry point for this plugin
  • skills/scaffold-analytics-ids/SKILL.md - create or extend a feature IDs file
  • skills/review-analytics-coverage/SKILL.md - audit a feature or page for missing analytics coverage

Example usage

  • /flutter-analytics-usage - get a short explanation of what this plugin does and which asset to use next
  • /scaffold-analytics-ids booking
  • /scaffold-analytics-ids booking --page details --action submit
  • /review-analytics-coverage lib/features/booking/

What this plugin is NOT about

Project structure, error handling, and logging live in flutter-leancode-architecture.

Skills

Install individual skills through the CLI fallback, or download the raw SKILL.md file.

/flutter-analytics-usage

Flutter Analytics Usage

Download

Explain what the `flutter-analytics` plugin does and how to use it. Use when the user invokes `/flutter-analytics-usage`, asks what this plugin covers, or needs help defining or reviewing analytics IDs.

npx skills add leancodepl/ai-plugins --skill flutter-analytics-usage -a cursor

/review-analytics-coverage

Review Analytics Coverage

Download

Reviews a Flutter feature or page for missing LeanCode analytics IDs and inconsistent tracking conventions. Use when auditing analytics coverage or fixing missing page/button IDs.

npx skills add leancodepl/ai-plugins --skill review-analytics-coverage -a cursor

/scaffold-analytics-ids

Scaffold Analytics Ids

Download

Creates or extends a Flutter feature-level `*_ids.dart` file with LeanCode analytics IDs for pages and clickable elements. Use when adding a new feature, page, or tracked action.

npx skills add leancodepl/ai-plugins --skill scaffold-analytics-ids -a cursor

0 skills selected