ios_keyboard_action 0.0.6 copy "ios_keyboard_action: ^0.0.6" to clipboard
ios_keyboard_action: ^0.0.6 copied to clipboard

This package adds an action button above the ios keyboard to your text fields. The current options of buttons are Done, Next, Search and Send.

Features #

Easyly show an action button for the user above the iOS keyboard.

Depend on it

Add the package on the pubspec.yaml

dependencies:
  ios_keyboard_action: ^0.0.2

Import it

  import 'package:ios_keyboard_action/ios_keyboard_action.dart';

Use it

IOSKeyboardAction(
  label: 'Next field',
  focusNode: focusNode,
  focusActionType: FocusActionType.next,
  onTap: () => _showModal(context),
  child: TextField(
    decoration: const InputDecoration(
      labelText: 'Type something',
    ),
    focusNode: focusNode,
    keyboardType: TextInputType.number,
  ),
),
7
likes
120
pub points
79%
popularity

Publisher

unverified uploader

This package adds an action button above the ios keyboard to your text fields. The current options of buttons are Done, Next, Search and Send.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on ios_keyboard_action