input_language 0.1.0
input_language: ^0.1.0 copied to clipboard
Detect and stream the active keyboard / input language (BCP-47, RTL) on iOS, Android, macOS, Windows, Linux and web, and auto-set TextField direction.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add input_languageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
input_language: ^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:input_language/input_language.dart';