Skip to content

ekasetiawans/flutter_osk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages