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

outdated

This package adds an action button above the ios keyboard.

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,
  ),
),
7
likes
0
pub points
79%
popularity

Publisher

unverified uploader

This package adds an action button above the ios keyboard.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ios_keyboard_action