Keep an widget visible when the keyboard appears.
More...
Keep your widget visible when the keyboard appears.
Footer always visible
Import:
import 'package:keep_visible/keep_visible.dart';
Wrap the widget you want to keep visible with a KeepVisible widget:
KeepVisible
KeepVisible( child: Text('Login Button'), ),
unverified uploader
Repository (GitHub)View/report issues
API reference
MIT (license)
flutter
Packages that depend on keep_visible
Back