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

outdated

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(
  focusNode: focusNode,
  iosKeyboardActionType: IOSKeyboardActionType.send,
  onTap: () {
    // Do the awesome thing you need to be done.
  },
  child: TextField(
    focusNode: focusNode,
    keyboardType: TextInputType.number,
  ),
),
10
likes
0
points
204
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ios_keyboard_action