mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-31 18:58:46 -04:00
flutter work
This commit is contained in:
parent
fa3ad29d21
commit
3e24154e3d
7 changed files with 42 additions and 8 deletions
|
@ -16,7 +16,7 @@ const _base = 'veilid_flutter';
|
|||
final _path = Platform.isWindows
|
||||
? '$_base.dll'
|
||||
: Platform.isMacOS
|
||||
? 'lib$_base.dylib'
|
||||
? 'veilid.framework/Resources/lib$_base.dylib'
|
||||
: 'lib$_base.so';
|
||||
final _dylib =
|
||||
Platform.isIOS ? DynamicLibrary.process() : DynamicLibrary.open(_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue