assistive_touch_overlay
Assistive Touch-style draggable floating bubble overlay for Flutter (snap-to-edge + optional pulse) with an optional Dio API inspector.
What this package is like to depend on
Last release 2 months ago
04 Jun 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
6 releases · first in 2026
6 releases in the last 12 months
see the full history below
Release timeline
6 releases · May 2026 to Jun 2026Releases
latest 6-
0.0.604 Jun 2026Release notes
Open source →- Documentation: Added preview images to README to show what the inspector looks like.
-
0.0.531 May 2026Release notes
Open source →- UI overhaul: Full dark-theme redesign across all inspector screens.
- List screen: method-specific badge colors (GET/POST/PUT/DELETE/PATCH), stats bar showing total/OK/error counts, monospace path + muted host split, status code pill, separator-based rows.
- Detail screen: dark code blocks, method pill in AppBar, color-matched chips with monospace font, copy button per section, dark floating snackbar, red border accent on error sections.
- Bubble: gradient fill with colored glow, glassy white border,
wifi_tetheringicon for idle state, stacked seconds + req-count for recording, checkmark + count for done.
- UI overhaul: Full dark-theme redesign across all inspector screens.
-
0.0.431 May 2026Release notes
Open source →- Navigator context fix: Added
navigatorKeyparameter toApiInspectorController. When the overlay is placed insideMaterialApp'sbuilder(the recommended pattern), its context sits above the Navigator — passing the sameGlobalKey<NavigatorState>to bothMaterialAppand the controller resolves the "Navigator operation requested with a context that does not include a Navigator" crash on auto-navigate and bubble tap.
- Navigator context fix: Added
-
0.0.331 May 2026Release notes
Open source →- Auto-navigate to captured calls: The inspector now automatically opens the API calls list screen when recording stops — whether the capture window times out or the user taps to stop manually. Previously, the list only appeared if the user knew to tap the bubble a second time after recording ended.
-
0.0.226 May 2026Release notes
Open source →- Release-Mode Protection: Automatically hide the
ApiInspectorOverlayin release mode (kReleaseMode) so it never renders or consumes overhead in production. - Dependency Tightening: Tightened the lower bound of
dioto^5.9.2to ensure complete compatibility withDioExceptionunder package downgrade testing. - Rich Documentation: Added detailed
INTRO.mdand a comprehensiveSETUP_GUIDE.mdcovering advanced patterns like Dependency Injection (GetIt, Riverpod), environment flavor integration, and secret gesture triggers. - Attribution & Credits: Dedicated prominent credits and co-author headers to Safal Shrestha.
- Release-Mode Protection: Automatically hide the
-
0.0.126 May 2026