ios_keyboard_action

Creator: coderz1093

Last updated:

Add to Cart

Description:

ios keyboard action

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
copied to clipboard
Import it
import 'package:ios_keyboard_action/ios_keyboard_action.dart';
copied to clipboard
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,
),
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.