mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
#65 new: custom keyboard type
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 361;
|
||||
static const int build = 362;
|
||||
static const String engine = "3.10.0";
|
||||
static const String buildAt = "2023-06-21 18:31:01.595350";
|
||||
static const int modifications = 2;
|
||||
static const String buildAt = "2023-06-23 16:49:18.940704";
|
||||
static const int modifications = 14;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:toolbox/core/persistant_store.dart';
|
||||
import 'package:toolbox/core/utils/platform.dart';
|
||||
|
||||
@@ -72,4 +73,7 @@ class SettingStore extends PersistentStore {
|
||||
|
||||
StoreProperty<bool> get fullScreenJitter =>
|
||||
property('fullScreenJitter', defaultValue: true);
|
||||
|
||||
StoreProperty<int> get keyboardType =>
|
||||
property('keyboardType', defaultValue: TextInputType.text.index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user