Screenshot of assets directory
Asked
Active
Viewed 1,006 times
2
-
Please provide enough code so others can better understand or reproduce the problem. – Community Apr 09 '22 at 03:54
-
Does this answer your question? [How to convert asset image to File?](https://stackoverflow.com/questions/55295593/how-to-convert-asset-image-to-file) – can Apr 10 '22 at 19:08
-
@can It's just converting asset image to file, but how can i download that file ? – moin khan Apr 11 '22 at 02:32
-
1On top of that you could also check this out: https://stackoverflow.com/questions/61966810/flutter-save-file-to-download-folder-downloads-path-provider Get the file as bytes and save it to the specific path that you want. i.e. downloads – can Apr 11 '22 at 06:29