autoproject_sdk
AutoProject Defect Capture SDK for Flutter — bug reporting with screenshot, annotation, and step recording.
2.1.2
sujitgiri/autoproject
What this package is like to depend on
Last release 29 days ago
25 Jul 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2026 to Jul 2026Releases
latest 3-
2.1.225 Jul 2026Release notes
Open source →Fixed
- Align
kAutoProjectSdkVersionconstant with the published package version.
- Align
-
2.1.125 Jul 2026Release notes
Open source →Fixed
- Issue type selector contrast. Selected issue-type chips in the defect report
sheet and step-record review sheet now use a light primary tint with primary
text/icon, fixing themes where
primaryContainerandprimarywere too similar to read.
- Issue type selector contrast. Selected issue-type chips in the defect report
sheet and step-record review sheet now use a light primary tint with primary
text/icon, fixing themes where
-
2.1.025 Jul 2026Release notes
Open source →Added
- A dedicated, SDK-owned bug-report settings page, available through
AutoProjectSDK.instance.showSettingsPage(context)or the exportedAutoProjectSdkSettingsPagewidget. - Persisted, independent visibility controls for the bug-report and screen- capture FABs.
- Persisted bug-report action selection for Text only, Screenshot and annotation, and Step recorder. Any non-empty subset can be shown.
- One-touch reporting: when exactly one bug-report action is selected, tapping the bug-report FAB launches it immediately instead of opening the speed dial.
- Persisted double-tap choices for Off, Bug report, or Screen capture.
- Programmatic APIs for changing every SDK-owned setting.
Changed
showBugReportFab,showScreenCaptureFab,defaultBugReportActions, anddoubleTapActionnow define initial values; saved per-app user preferences take precedence after initialization.
- A dedicated, SDK-owned bug-report settings page, available through