mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
chore: migrate fl_lib
This commit is contained in:
@@ -206,7 +206,7 @@ extension _Server on _AppSettingsPageState {
|
||||
}
|
||||
|
||||
Future<void> _editRawSettings() async {
|
||||
final map = await Stores.setting.getAllMap(includeInternalKeys: true);
|
||||
final map = Stores.setting.getAllMap(includeInternalKeys: true);
|
||||
final keys = map.keys;
|
||||
|
||||
void onSave(BuildContext context, EditorPageRet ret) {
|
||||
|
||||
Reference in New Issue
Block a user