chore: migrate fl_lib

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-04-28 23:15:54 +08:00
parent 8f09085cf3
commit e520929411
6 changed files with 62 additions and 69 deletions

View File

@@ -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) {