visible_on_focus 0.0.1 copy "visible_on_focus: ^0.0.1" to clipboard
visible_on_focus: ^0.0.1 copied to clipboard

a Flutter widget that automatically scrolls a focused text field (or any other focusable widget) into view when the keyboard appears

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add visible_on_focus

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  visible_on_focus: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:visible_on_focus/visible_on_focus.dart';
1
likes
140
pub points
22%
popularity

Publisher

unverified uploader

a Flutter widget that automatically scrolls a focused text field (or any other focusable widget) into view when the keyboard appears

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on visible_on_focus