interactive_keyboard_dismiss 0.1.1
interactive_keyboard_dismiss: ^0.1.1 copied to clipboard
iOS-style interactive keyboard dismissal for Flutter: the keyboard follows your finger as a scroll view is dragged into it, on iOS and Android 11+.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add interactive_keyboard_dismissThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
interactive_keyboard_dismiss: ^0.1.1Alternatively, 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:interactive_keyboard_dismiss/interactive_keyboard_dismiss.dart';