moluopro / webview_all

Webview for All Flutter Platform
https://pub.dev/packages/webview_all
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

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

Open algorithmgeneration opened 2 months ago

algorithmgeneration commented 2 months ago

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 commented 3 weeks ago

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

Santaer commented 2 weeks ago

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