v0.0.4artistic_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 keyboards.
A Flutter library to add multi lingual keyboards in Flutter App
{"sdk":"flutter"}{"sdk":"flutter"}^1.0.0English project snapshot. Visit GitHub for the latest content.
A fully customizable Flutter package that lets you add multilingual keyboards to your app — English, Urdu, and Sindhi, plus numeric and symbolic layouts. Fully customizable designs.
pub.dev License: MIT Platforms: Android, iOS
| English | Urdu | Sindhi | Numeric & Symbolic |
|---|---|---|---|
| https://user-images.githubusercontent.com/28790321/189832672-97c38cb9-0fb4-438f-a8bb-edb3b05f0360.jpeg | https://user-images.githubusercontent.com/28790321/189832843-2a11d11d-c2ca-4210-a34e-27a07ee07ab2.jpeg | https://user-images.githubusercontent.com/28790321/189833029-1caa144a-918c-4970-a7e7-431dfc595bec.jpeg | https://user-images.githubusercontent.com/28790321/189833668-8d70b1d5-27b3-4287-8197-350346dcee07.jpeg |
Add the dependency to your pubspec.yaml:
dependencies:
artistic_multilingual_keyboards: ^0.0.4
Or run:
$ flutter pub add artistic_multilingual_keyboards
import 'package:artistic_multilingual_keyboards/keyboards_layouts/keyboard_layouts.dart';
Check the complete example in the Example folder.
KeyboardLayouts(
textEditingController: TextEditingController(),
focusNode: FocusNode(),
isKeyboardOpen: true,
enableLanguageButton: false,
keyElevation: 12,
keyShadowColor: Colors.black,
keyBorderRadius: BorderRadius.circular(10),
keyboardAction: KeyboardAction.actionNext,
currentKeyboardLanguage: KeyboardLanguages.english,
);