Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load dynamic library 'webf.dll' #8

Open
algorithmgeneration opened this issue Apr 3, 2024 · 2 comments
Open

Failed to load dynamic library 'webf.dll' #8

algorithmgeneration opened this issue Apr 3, 2024 · 2 comments

Comments

@algorithmgeneration
Copy link

Error

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'webf.dll': The specified module could not be found.

My code :

class ZApp extends StatefulWidget {
  const ZApp({super.key});

  @override
  State<ZApp> createState() => _ZAppState();
}

class _ZAppState extends State<ZApp> {
  @override
  Widget build(BuildContext context) {
    return const Webview(url:'https://dart.dev/guides');
  }
}
@icnahom
Copy link

icnahom commented Jun 6, 2024

The example app throws the same error, how do we build or download webf.dll @moluopro ?

@Santaer
Copy link

Santaer commented Jun 14, 2024

maybe you are using new version flutter like 3.22.*, the webf https://github.com/openwebf/webf not support the new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants