flutter_keyboard_visibility_web

v2.0.0

An implementation for the web platform of `flutter_keyboard_visibility'

Package archive: https://pubdev.letsnova.ru/api/archives/flutter_keyboard_visibility_web/2.0.0.tar.gz

Installdart pub add flutter_keyboard_visibility_web

Readme

Flutter Keyboard Visibility Web

Web support for Flutter Keyboard Visibility

See the full plugin here;

Status

Currently just returns false for visibility. In the future we would like to offer virtual keyboard detection.

Changelog

[2.0.0] - March 4, 2021

  • Migrated to null safety

[2.0.0-nullsafety.0] - November 30, 2020

  • Migrated to null safety

[1.0.1] - November 23, 2020

  • Documentation updates

[1.0.0] - November 23, 2020

  • Initial support so Flutter apps that run on web won't encounter errors. Visibility is returned as false.