简体   繁体   中英

Flutter Save APK file in assets folder to download

I made an flutter web app which lets the user to download an apk when a button is pressed.Is there's a way to save apk to assets folder and download it when the user clicks the button.

There no such thing as asset folder in built application. You should download to shared storage instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM