flutter-integration-tests
Installation
SKILL.md
Flutter Integration Tests
Setup
Add integration_test as a dev dependency:
flutter pub add 'dev:integration_test:{"sdk":"flutter"}'
Required pubspec.yaml entries:
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
Related skills
More from victor-teles/skills
vercel-workflow
Best practices for using Vercel Workflow DevKit. Use when creating, modifying, or debugging workflows, steps, hooks, webhooks, or any durable function using the Workflow DevKit. Ensures proper usage of directives, error handling, serialization, streaming, and workflow patterns.
14skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2slop-remover
Remove AI-generated code slop and clean up code style
2check-build-errors
Run compile and type-check commands and report failures
2