Skip to content

Windows Support #8

@jc324

Description

@jc324

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions