flutter_floating_keyboard 0.2.1 copy "flutter_floating_keyboard: ^0.2.1" to clipboard
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 screenshots field to pubspec for pub.dev carousel

0.2.0 #

  • Breaking: Remove fixed minWidth: 400 constraint that caused overflow on narrow screens
  • Responsive keyboard width using LayoutBuilder breakpoints (<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 calls uninstall() 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
2
likes
0
points
217
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#keyboard #tablet #text-input #floating-keyboard #custom-keyboard

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_floating_keyboard