mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
#148 fix: alpine process
This commit is contained in:
@@ -254,7 +254,10 @@ class _HomePageState extends State<HomePage>
|
||||
|
||||
/// Encode [map] to String with indent `\t`
|
||||
final text = const JsonEncoder.withIndent('\t').convert(map);
|
||||
final result = await AppRoute.editor(text: text, langCode: 'json',).go(context);
|
||||
final result = await AppRoute.editor(
|
||||
text: text,
|
||||
langCode: 'json',
|
||||
).go(context);
|
||||
if (result == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user