-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi,
Cool library. I would like to suggest windows support, that would be really helpful. So far, I'm just manually patching loader.dart with this:
if (Platform.isWindows) {
Logger('membrane').info('Opening native library example.dll');
return DynamicLibrary.open('example.dll');
}Thanks.
The-Mr-L
Metadata
Metadata
Assignees
Labels
No labels