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

Keep an widget visible when the keyboard appears.

Keep your widget visible when the keyboard appears.

In this example the footer is 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
30
downloads

Publisher

unverified uploader

Weekly Downloads

Keep an widget visible when the keyboard appears.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on keep_visible