v1.0.8
input_with_keyboard_control
該套件提供了一個輸入框,您可以控制鍵盤是否顯示,而不會失去焦點,非常適合與條碼掃描器一起使用!
35喜歡 335近 30 天下載150Pub 分數
AndroidiOSWebmacOSWindowsLinux
該套件提供了一個輸入框,您可以控制鍵盤是否顯示
{"sdk":"flutter"}{"sdk":"flutter"}以下為英文專案原文快照,最新內容請造訪 GitHub。
The package provides an input that you can control whether the keyboard will show or not without losing focus, ideal for use with a barcode scanner!
import 'package:input_with_keyboard_control/input_with_keyboard_control.dart';
InputWithKeyboardControl(
focusNode: InputWithKeyboardControlFocusNode(),
onSubmitted: (value) {
print(value);
},
autofocus: true,
controller: TextEditingController(),
width: 300,
startShowKeyboard: false,
buttonColorEnabled: Colors.blue,
buttonColorDisabled: Colors.black,
underlineColor: Colors.black,
showUnderline: true,
showButton: true,
)
Thank you for using this package :heart: