native_keyboard_accessory 0.1.0 copy "native_keyboard_accessory: ^0.1.0" to clipboard
native_keyboard_accessory: ^0.1.0 copied to clipboard

PlatformiOS

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_accessory

This 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.0

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:native_keyboard_accessory/native_keyboard_accessory.dart';
2
likes
160
points
98
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#keyboard #ios #text-input #accessibility #form

License

MIT (license)

Dependencies

flutter

More

Packages that depend on native_keyboard_accessory

Packages that implement native_keyboard_accessory