ime_language_detector 0.0.2 copy "ime_language_detector: ^0.0.2" to clipboard
ime_language_detector: ^0.0.2 copied to clipboard

A Flutter plugin to detect the current input method editor (IME) language on Android and iOS devices.

ime_language_detector #

A Flutter plugin to detect the current input method editor (IME) language on Android and iOS devices.

Note: This feature is not yet available on the iOS platform. We welcome your support.

Installation #

Add the dependency in pubspec.yaml:

dependencies:
  ime_language_detector: ^<latest_version>

Then run:

flutter pub get

Usage #

import 'package:ime_language_detector/ime_language_detector.dart';

void main() async {
  var imeLanguages = await ImeLanguageDetector().getImeLanguages();
  var result = imeLanguages?.join(',') ?? '';
}

Example #

See the example directory for a complete sample app.

License #

The project is under the MIT license.

0
likes
160
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to detect the current input method editor (IME) language on Android and iOS devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ime_language_detector

Packages that implement ime_language_detector