Skip to content

Tags: AlphaWaveSystems/flutter-probe

Tags

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: rewrite Homebrew tap update — remove heredoc, clone and push dir…

…ectly (#59)

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.5.5 — MIT license for flutter_probe_agent, Dart CI valida…

…tion, PR template (#55)

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add CLI installation instructions and two-part system explanati…

…on to pub.dev README (#45)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.5.3 — automated pub.dev publishing, FAQ, dictionary, pack…

…age rename (#44)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve pub.dev score — shorter description, fix dartdoc warning…

…, bump to 0.5.2 (#42)

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: physical device support, WiFi testing, HTTP fallback (v0.5.1) (#39

)

* feat: physical device support for iOS and Android (v0.5.1)

* fix: skip clear app data immediately on physical iOS

* feat: HTTP fallback transport, WiFi testing, and `if visible` syntax

* feat: pre-shared restart token for WiFi mode reconnection

* chore: bump version to 0.5.1, update docs

* fix: remove unnecessary nil check around range (staticcheck S1031)

v0.4.0

Toggle v0.4.0's commit message
Release v0.4.0

feat: add beforeAll/afterAll hooks for suite-level setup and teardown
feat: add kill/open app commands for granular app lifecycle control
feat: add clipboard copy/paste commands via Dart Clipboard API
feat: add set location command for GPS simulation (ADB/simctl)
feat: add verify external browser opened command
feat: add HTTP call commands (GET/POST/PUT/DELETE) with response variables
feat: add random data generators (email, name, phone, uuid, number, text)
feat: add CSV file support for data-driven tests (with examples from "file.csv")
docs: update hooks, syntax, data-driven, app-lifecycle documentation
docs: update README with new features and examples
docs: update wiki version to 0.4.0
test: add parser tests for all new commands and hook types
test: add unit tests for random data generators and CSV loader
test: add E2E test files for all new features

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.3.0

Toggle v0.3.0's commit message
Release v0.3.0

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.2.0

Toggle v0.2.0's commit message
Release v0.2.0

v0.1.0

Toggle v0.1.0's commit message
fix(ci): correct action versions in release workflow (checkout@v4, up…

…load-artifact@v4)