mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
[infra_ui] Remove deprecated files
This commit is contained in:
parent
b547e94273
commit
c4ae215746
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
library keyboard_web;
|
||||
|
||||
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
|
||||
import 'package:keyboard_platform_interface/keyboard_platform_interface.dart';
|
||||
|
||||
class KeyboardPlugin extends KeyboardPlatform {
|
||||
static void registerWith(Registrar registrar) {
|
||||
KeyboardPlatform.instance = KeyboardPlugin();
|
||||
}
|
||||
|
||||
@override
|
||||
Stream<bool> get onKeyboardChange async* {
|
||||
// suppose that keyboard won't show in web side
|
||||
yield false;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue