flutter_floating_keyboard 0.2.1
flutter_floating_keyboard: ^0.2.1 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.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