mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
#54 run multiple snippets
This commit is contained in:
@@ -90,6 +90,7 @@ class _ProcessPageState extends State<ProcessPage> {
|
||||
icon: const Icon(Icons.error),
|
||||
onPressed: () => showRoundDialog(
|
||||
context: context,
|
||||
title: Text(_s.error),
|
||||
child: Text(_result.error!),
|
||||
),
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user