devoncarew/flutter-slipstream

5 stars · Last commit 2026-04-28

Live Flutter app introspection for coding agents.

README preview

![Flutter Slipstream in action](docs/slipstream_banner.png)

# Flutter Slipstream

Flutter Slipstream is an agentic plugin that makes AI coding agents more
effective for Dart and Flutter projects. It enables live app introspection for
Flutter apps: screenshots, widget-tree inspection, tap/type/scroll interaction,
and error capture, as well as Dart package API summarization for agents.

This addresses two structural problems that agents face:

- a lack of runtime visibility into a running Flutter app — agents can't see
  screenshots, inspect the widget tree, or verify that a state change took
  effect
- training cutoffs that leads to stale package choices and subtly wrong API
  signatures

## Features

- **Live app inspection** — launch a Flutter app, take screenshots, inspect the

View full repository on GitHub →