mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-29 09:48:33 -04:00
workaround for code generator bug
This commit is contained in:
parent
4bfa72f2db
commit
ece93a21e7
9 changed files with 1159 additions and 906 deletions
|
@ -22,7 +22,7 @@ class Veilid {
|
|||
if (veilidApi == null) {
|
||||
throw PlatformException(
|
||||
code: 'Library missing',
|
||||
details: 'veilid_core library could not be loaded dynamically',
|
||||
details: 'veilid_flutter library could not be loaded dynamically',
|
||||
);
|
||||
}
|
||||
return veilidApi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue