-
Notifications
You must be signed in to change notification settings - Fork 54
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
能否使用低版本cef提供轻量版 #130
Comments
额,现在使用的libcef.dll是官方版本的,低版本的话会有很多安全方面的问题吧,需要自行去解决和编译。如果你手上有老版本的prebuilt包,可以直接替换一下试试,目前插件使用的应该都是一些基本的方法和功能,变动不会太大。。 |
哈喽,我怎么替换成低版本的cef |
我在这里下载的https://cef-builds.spotifycdn.com/index.html#windows64:101 101版本的包 拷贝到cefbin下 发现是报错的 这样替换低版本不行嘛 |
LINK : fatal error LNK1104: �����ļ���D:\sqbSoftware\flutter_demo\windows\flutter\ephemeral.plugin_symlinks\webview_cef\windows..\third\cef\debug\libcef.lib�� [D:\sqbSoftware\flutter_demo\build\windows\x64\plugins\webview_cef\webview_cef_plugin.vcxproj] |
@doujd 我们在windows上提供的预编译包本身就是101版本的啊。。不是拷贝到cefbin下, 是整个替换掉所有的cef预编译包,预编译包的位置在third/cef目录下 |
https://weolar.github.io/miniblink/views/doc/isMiniblink.html |
你好,这个开源的项目可以用于flutter么? |
不能 |
使用低版本的libcef.dll(如3.1916.2099.0版本33.4MB),封装成轻量版的webview_cef插件。当前使用的libcef.dll 101.0.18.0版本有162MB增大了挺多安装包体积。
The text was updated successfully, but these errors were encountered: