hlwhl / webview_cef

WebView for Flutter Desktop Apps using CEF(Chromium Embedded Framework) [Work in Progress]
Apache License 2.0
176 stars 52 forks source link

Is there any plan or idea to reduce the size of the project? #80

Open homels opened 1 year ago

homels commented 1 year ago

Currently, libCEF is a bit large

SinyimZhi commented 1 year ago

@homels libcef for linux include all symbols, we afford it for developers to debug。When bulid release version we can use "strip" to discard them.