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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
1
likes
140
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

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

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on visible_on_focus