My flutter app has the following assets.
assets:
- "images/01.png"
- "images/02.png"
- "images/03.png"
...
I'd like to copy these image files to the local path I can get by the following.
Directory docDir = await getApplicattionDocumentsDirectory();
String localPath = docDir.path;