mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-25 07:10:48 -04:00
checkpoint
This commit is contained in:
parent
a39b38cc16
commit
5298fc3fcf
13 changed files with 95 additions and 86 deletions
|
@ -89,10 +89,11 @@ class _MyAppState extends State<MyApp> with UiLoggy {
|
|||
// Platform messages may fail, so we use a try/catch PlatformException.
|
||||
// We also handle the message potentially returning null.
|
||||
try {
|
||||
veilidVersion = await Veilid.instance.veilidVersionString();
|
||||
veilidVersion = Veilid.instance.veilidVersionString();
|
||||
} on Exception {
|
||||
veilidVersion = 'Failed to get veilid version.';
|
||||
}
|
||||
print("veilidVersionString $veilidVersion");
|
||||
|
||||
// In case of hot restart shut down first
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue