keyboard_accessory 0.1.2
keyboard_accessory: ^0.1.2 copied to clipboard
A floating glassmorphic keyboard accessory toolbar for Flutter with focus traversal, customisable actions, and full bar replacement.
0.1.2 #
- Docs: Fixed demo GIF not rendering on pub.dev — use absolute raw GitHub URL.
0.1.1 #
- Fix:
barBuildernow receives aBuildContextas its first argument —barBuilder: (context, ctx)— soMediaQuery.viewInsetsOf(context)reads the live overlay context instead of a stale outer widget context. - Fix: Custom bar in example tab 3 no longer stays hidden behind the keyboard.
- Docs: Added demo GIF to README; updated
barBuildercode snippet to match the corrected signature.
0.1.0 #
- Initial release.
KeyboardAccessoryHost— wraps a form, tracks focus nodes, manages overlay lifecycle.KeyboardAccessoryBar— floating glassmorphic pill bar with adaptive light/dark colours.KeyboardAccessoryTheme— immutable value class for full visual customisation.KeyboardAccessoryAction— typed toolbar button withspacersentinel.KeyboardAccessoryScope—InheritedWidgetfor app-level theme defaults.- Three customisation tiers: custom actions → custom theme → full
barBuilderreplacement.