genui-helper
Installation
SKILL.md
GenUI Development Helper
This skill provides workflows and best practices specific to the genui repository.
Workflows
1. Running Tests and Fixes
The repository uses a custom tool to run tests, apply fixes, and format code before committing. It should typically only be run before committing, since it is inefficient and slow to run it on every change.
It will run dart fix --apply, dart format, and flutter test on all packages in the repository.
Command:
dart run tool/test_and_fix/bin/test_and_fix.dart
When to use:
Related skills
More from flutter/genui
create-catalog-item
Use this skill when the user asks to create a new CatalogItem, data class, and/or widget class based on a JSON Schema definition in an application that uses Flutter's `genui` package.
22integrate-genui-firebase
Use this skill when the user asks to integrate the genui package and get a simple conversation going with Firebase AI Logic.
13