flutter_keyboard_nums 1.0.0 copy "flutter_keyboard_nums: ^1.0.0" to clipboard
flutter_keyboard_nums: ^1.0.0 copied to clipboard

You can use keyboard in windows ans linux!!

Keboard Image Numpad and Special Symbol Image

English, Special Symbol and numbers keyboard for Windows and linux

Usage #

for keyboard use CustomKeyBoard.

const like = 'sample';
TextEditingController controller = TextEditingController;
CustomKeyBoard(
controller: controller, // required TextEditingController
maxLength: 12,
backgroundColor = Colors.grey, 
buttonColor = Colors.white,
iconColor = Colors.black,
backgroundOpacity = 0.3,
textSize = 25,
onSubmit: (){          // required
Navigator.pop(context);
},
);

In CustomKeyBoard you can change the length, backgroundColor, buttonColor, iconColor, backgroundOpacity, textSize

In SepcialSymbolNumPad you can change the buttonSize, buttonColor, iconColor, maxLength also you can put if its phone number or if it is just a number by bool isNotPhoneNumber.

2
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

You can use keyboard in windows ans linux!!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_keyboard_nums