mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix
This commit is contained in:
@@ -121,7 +121,7 @@ Future<void> loadFontFile(String? localPath) async {
|
||||
void showSnippetDialog(
|
||||
BuildContext context,
|
||||
S s,
|
||||
Function(Snippet s) onSelected,
|
||||
void Function(Snippet s) onSelected,
|
||||
) {
|
||||
final provider = locator<SnippetProvider>();
|
||||
if (provider.snippets.isEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user