windows_osk_guard 1.0.0 copy "windows_osk_guard: ^1.0.0" to clipboard
windows_osk_guard: ^1.0.0 copied to clipboard

PlatformWindows

A Flutter plugin for Windows to suppress the default touch keyboard (OSK) on non-text taps and manage it programmatically for touch and stylus inputs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add windows_osk_guard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  windows_osk_guard: ^1.0.0

Alternatively, 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:windows_osk_guard/windows_osk_guard.dart';
1
likes
160
points
89
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Windows to suppress the default touch keyboard (OSK) on non-text taps and manage it programmatically for touch and stylus inputs.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on windows_osk_guard

Packages that implement windows_osk_guard