keep_visible 1.0.0 copy "keep_visible: ^1.0.0" to clipboard
keep_visible: ^1.0.0 copied to clipboard

Keep an widget visible when the keyboard appears.

Keep your widget visible when the keyboard appears.

Footer always visible

Usage #

Import:

import 'package:keep_visible/keep_visible.dart';

Wrap the widget you want to keep visible with a KeepVisible widget:

KeepVisible(
  child: Text('Login Button'),
),
1
likes
130
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Keep an widget visible when the keyboard appears.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on keep_visible