flutter_floating_keyboard 0.2.3
flutter_floating_keyboard: ^0.2.3 copied to clipboard
A custom floating mini keyboard for Flutter apps. Replaces the system keyboard using TextInputControl API — works with all text widgets without modification. Responsive and draggable.
0.2.3 #
- FEAT: enhance key press handling with improved tap and hold feedback. (ff18798f)
- FEAT: enhance drag functionality and configuration for floating keyboard. (7567b20f)
- FEAT: update package configuration and dependencies, remove unused files. (6db85f70)
- FEAT: add melos configuration for package management and scripts. (891e9385)
- FEAT: bump version to 0.2.2 and update changelog with documentation improvements. (9739cccb)
- FEAT: update version to 0.2.1 and add new screenshots for improved README. (5ee07f8f)
- FEAT: update README and pubspec description for clarity and responsiveness. (1de347cf)
- FEAT: update to version 0.2.0 with responsive keyboard improvements and new screenshots. (d320dc3b)
- FEAT: responsive keyboard sizing and safe area support. (92016ded)
- FEAT: add example setups for custom, default, global, and screen-wise keyboard configurations. (a967ce4d)
- FEAT: add FlutterFloatingKeyboard package with custom input control. (c53934df)
0.2.2 #
- Documentation improvements and small updates
0.2.1 #
- Add screenshots for iPad, iPhone, dark theme, and landscape modes
- Update README with screenshots and improved description
- Add
screenshotsfield to pubspec for pub.dev carousel
0.2.0 #
- Breaking: Remove fixed
minWidth: 400constraint that caused overflow on narrow screens - Responsive keyboard width using
LayoutBuilderbreakpoints (<500dp: 95%, 500–900dp: 75%, >900dp: 60%) - Move width computation to
FlutterFloatingKeyboardConfig.computeKeyboardWidth() - Respect system safe area (home indicator, navigation bar) via
viewPadding - Add single-controller assertion to prevent multiple simultaneous installs
dispose()now callsuninstall()automatically- Restructure example as a standalone Flutter project with path dependency
0.1.1 #
- Add example files demonstrating default, custom, global, and screen-wise setup
0.1.0 #
- Initial release
- TextInputControl-based keyboard replacement
- QWERTY layout with numbers/symbols modes
- Draggable floating keyboard widget
- Haptic feedback support
- Auto-detect number input fields
