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