visible_on_focus 0.0.1 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';