mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
default: mac window size & opt.: snippet result
This commit is contained in:
@@ -209,7 +209,7 @@ class AppRoute {
|
||||
return AppRoute(AndroidSettingsPage(key: key), 'android_setting');
|
||||
}
|
||||
|
||||
static AppRoute snippetResult({Key? key, required Map<String, String?> results}) {
|
||||
static AppRoute snippetResult({Key? key, required List<SnippetResult?> results}) {
|
||||
return AppRoute(
|
||||
SnippetResultPage(
|
||||
key: key,
|
||||
|
||||
Reference in New Issue
Block a user