mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
[infra_ui] Remove deprecated files
This commit is contained in:
parent
b547e94273
commit
c4ae215746
@ -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…
Reference in New Issue
Block a user