flutter_osk 0.1.0 copy "flutter_osk: ^0.1.0" to clipboard
flutter_osk: ^0.1.0 copied to clipboard

PlatformWindows

A package to show/hide virtual keyboard on windows 10.

flutter_osk #

A package to show/hide virtual keyboard on Windows 10.

Getting Started #

You have to enable touch keyboard on taskbar.

  • Right Click on the taskbar.
  • Enable "Show touch keyboard button".

Usage #


import 'package:flutter_osk/flutter_osk.dart';

void main(){
    // show keyboard
    WindowsOSK.show();

    // close keyboard
    WindowsOSK.close();
}
6
likes
100
pub points
46%
popularity

Publisher

unverified uploader

A package to show/hide virtual keyboard on windows 10.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ffi, flutter, win32

More

Packages that depend on flutter_osk