flutter_osk_x

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter osk x

flutter_osk_x #
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_x/flutter_osk_x.dart';

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

// close keyboard
WindowsOSK.close();
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.