This commit is contained in:
John Smith
2022-12-25 11:46:32 -05:00
parent e1593baabf
commit e9da652e9a
3 changed files with 27 additions and 9 deletions

View File

@@ -167,6 +167,9 @@ class _MyAppState extends State<MyApp> with UiLoggy {
},
onSubmitted: (String v) async {
try {
if (v.isEmpty) {
return;
}
var res = await Veilid.instance.debug(v);
loggy.info(res);
setState(() {