Skip to content

squawk 0.1.0

Choose a tag to compare

@MalshanPerera MalshanPerera released this 26 Aug 22:36
· 15 commits to main since this release
4358276

The first working release, replacing the 0.0.1 name reservation. On pub.dev: https://pub.dev/packages/squawk

  • Squawk widget: 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; shakeSensitivity tunes 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 (captureLogs opts out), an optional reporter email, and any user context set with Squawk.setUser / Squawk.setMetadata.
  • Offline spool: reports queue on disk and send when the network returns.
  • SquawkOptions.theme / darkTheme match the report UI to the host app.
  • Android and iOS only. Platform views (Maps, WebView) render blank in screenshots.