CodeDoctor

Results 295 comments of CodeDoctor
trafficstars

Okay now it should be better. I think I can't smaller the size more

Hmm, I use the file_selector package that uses the OPEN_DIR intent to access the folder. Seems like the new android 11 storage system does not work good with it... If...

I researched a bit and the problem is: the getDirectoryPath function gives me a content uri instead of a path and dart cannot work with uris and only with paths....

I created an issue on the flutter repository: https://github.com/flutter/flutter/issues/141250. After this is closed I will reenable this feature in the android version

The time has come... The issue was closed in the library. I will reenable this feature for android in the 2.1.0-rc.1 update 🎉

The scatter plugin uses the same approach: https://github.com/HungryProton/scatter

Hi, is there a good workaround I can use for now?