-
Notifications
You must be signed in to change notification settings - Fork 303
希望支持离线包加载方式 #236
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
Labels
enhancement
New feature or request
Comments
Kraken 的 bundlePath 支持加载 assets 里面的文件。可以通过这个功能再写个离线包下载功能来实现 |
目前需要从assets的flutter_assets中加载文件,能否支持从本地路径加载离线包呢? |
Android assets 也可以直接加载 https://stackoverflow.com/questions/63294620/how-to-access-image-in-android-from-flutter |
你好已知问题, Duplicated to #211 |
请问当前是否能 加载 ios 的本地 document资料夹路径 js 谢谢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用场景 | Use case
将js页面及资源打包到压缩包,将该压缩包下载到客户端本地,然后通过客户端加载下载好的本地离线包
提案 | Proposal
The text was updated successfully, but these errors were encountered: