indica_keyboard 0.1.0
indica_keyboard: ^0.1.0 copied to clipboard
A high-performance multilingual keyboard plugin for Flutter with native Android optimization. Supports English, Hindi, and Marathi with 3-5x faster text processing, automatic conjunct formation, intel [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add indica_keyboardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
indica_keyboard: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:indica_keyboard/indica_keyboard.dart';