17 lines
387 B
Markdown
17 lines
387 B
Markdown
# Set of skills by @rodydavis
|
|
|
|
### flutter-control-and-screenshot
|
|
Guide on how to control a Flutter app using flutter_driver via MCP and capture screenshots.
|
|
|
|
```bash
|
|
npx skills add rodydavis/flutter-control-and-screenshot
|
|
```
|
|
|
|
### install-flutter-from-git
|
|
Install Flutter SDK via git clone and configure for all platforms
|
|
|
|
```bash
|
|
npx skills add rodydavis/install-flutter-from-git
|
|
```
|
|
|