mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: handle situation that font file not existing
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:toolbox/data/store/setting.dart';
|
||||
import 'package:toolbox/locator.dart';
|
||||
import 'package:xterm/core.dart';
|
||||
|
||||
import '../../locator.dart';
|
||||
import '../store/setting.dart';
|
||||
|
||||
class VirtualKeyboard extends TerminalInputHandler with ChangeNotifier {
|
||||
VirtualKeyboard();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user