thamizhi_keyboard 0.0.1
thamizhi_keyboard: ^0.0.1 copied to clipboard
thamizhi keyboard for Android, iOS, macOS, web, Linux and Windows
thamizhi_keyboard #
thamizhi_keyboard is a feature-rich keyboard for Android, iOS, macOS, web, Linux and Windows.
Description #
Tamil keyboard is a tool used to type in the Tamil language. It has a set of keys that correspond to the Tamil alphabet and allows users to type words and sentences in Tamil script. The keyboard can be used on computers, smartphones, and other electronic devices. It is a useful tool for those who want to communicate in Tamil or write in the language for personal or professional purposes.
Features #
Mobile Screen Size #
Desktop or Web Screen Size #
Usage #
Refer this Page for long examples /example folder.
class _MyHomePageState extends State<MyHomePage> {
final texts = TextEditingController();
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(widget.title),
),
body: Center(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
TextField(
controller: texts,
decoration: InputDecoration(
enabledBorder: OutlineInputBorder(
borderSide: const BorderSide(
width: 5,
color: Colors.greenAccent,
),
borderRadius: BorderRadius.circular(50.0),
),
),
),
const SizedBox(
height: 23,
),
/// Just Add VesipalagaiVadivam Any where
/// And Pass TextController to theydal
VesaipalagaiVadivam(
theydal: texts,
)
],
),
),
);
}
}
Contributing to this plugin #
If you would like to contribute to the package, check out our contribution guide.