artistic_multilingual_keyboards

Last updated:

0 purchases

artistic_multilingual_keyboards Image
artistic_multilingual_keyboards Images
Add to Cart

Description:

artistic multilingual keyboards

Artistic Multilingual Keyboards #
A fully customizable Flutter package which allows you to add multi lingual keyboard in your apps.
For now you can use English, Urdu and Sindhi, numeric and some special characters keyboards.
You can customize keyboards as you want them.
Features #
Example #

English Keyboards #




Urdu Keyboards #



Sindhi Keyboards #


Numeric & Symbolic Keyboards #



Keyboard Customized Designs #








Installation #
Dependency #
Add the package as a dependency in your pubspec.yaml file.
dependencies:
artistic_multilingual_keyboards: "^1.0.0"
copied to clipboard
Or Run the following command.
$ flutter pub add artistic_multilingual_keyboards
copied to clipboard
Import #
Import following package in your code file.
import 'package:artistic_multilingual_keyboards/keyboards_layouts/keyboard_layouts.dart';
copied to clipboard
Usage #
Check complete example code from the "Example" Folder.
KeyboardLayouts(
textEditingController: TextEditingController(),
textEditingController: TextEditingController(),
focusNode: FocusNode(),
isKeyboardOpen: true,
enableLanguageButton: false,
keyElevation: 12,
keyShadowColor: Colors.black,
keyBorderRadius: BorderRadius.circular(10),
keyboardAction: KeyboardAction.actionNext,
currentKeyboardLanguage: KeyboardLanguages.english,
);
copied to clipboard
Contribution #
You can contribute by:

Use this package test and report any issues/bug found.
Contribute to package by adding more features.
Fill the form and give us your suggestion or Feedback.

Developer #
Kamran Khan

License:

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

Files In This Product:

Customer Reviews

There are no reviews.