native_keyboard_accessory 0.1.0
native_keyboard_accessory: ^0.1.0 copied to clipboard
A real UIKit inputAccessoryView for Flutter text fields on iOS — the previous / next / done bar above the keyboard, part of the keyboard itself rather than a Flutter overlay.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add native_keyboard_accessoryThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
native_keyboard_accessory: ^0.1.0Alternatively, 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:native_keyboard_accessory/native_keyboard_accessory.dart';