All Questions
1 question
0
votes
1
answer
282
views
how to get directory size with flutter?
I'm using flutter and I want to know the capcity size of a directory.
this is my code :
final String directory = (await getApplicationSupportDirectory()).path;
My question is how to get directory ...