squawk 0.1.0
squawk: ^0.1.0 copied to clipboard
Shake-to-report feedback for Flutter: an annotated screenshot, device and app info, and recent logs land in your inbox.
0.1.0 #
The first working release.
Squawkwidget: wrap your app, pass a project key, done. No native project edits.- Shake opens the report sheet.
Squawk.show()and an opt-in floating button open the same sheet;shakeSensitivitytunes the trigger on Android (iOS uses the system gesture). - Annotate the screenshot with pen, arrows and text labels.
- Every report carries device and app info, the build mode, recent logs
(
captureLogsopts out), an optional reporter email, and any user context set withSquawk.setUser/Squawk.setMetadata. - Offline spool: reports queue on disk and send when the network returns.
SquawkOptions.theme/darkThemematch the report UI to the host app.- Android and iOS only. Platform views (Maps, WebView) render blank in screenshots.
0.0.1 #
- Placeholder release reserving the
squawkpackage name. No public API yet — the SDK is in development.