How to dynamically manage files inside the raw folder in Flutter?

73 views Asked by At

I need to dynamically manage files. I initially tried placing them in the raw folder, but it seems static and not suitable for dynamic handling. What would be the recommended approach for dynamically managing and accessing files inside raw in a Flutter app?

0

There are 0 answers