keyboard_safe_wrapper 0.0.1  keyboard_safe_wrapper: ^0.0.1 copied to clipboard
keyboard_safe_wrapper: ^0.0.1 copied to clipboard
A Flutter widget to prevent text fields from being hidden behind the iOS web keyboard.
KeyboardSafeWrapper #
A Flutter widget that automatically adjusts its child's position to prevent TextFields from being hidden behind the keyboard on iOS Web.
Features #
- Specifically designed for iOS Web keyboard issues.
- Easy to wrap any widget with KeyboardSafeWrapper.
- Cross-platform safe: no effect on other platforms.
Installation #
Add this to your pubspec.yaml:
dependencies:
  keyboard_safe_wrapper: ^0.0.1