CodeDoctor

Results 298 comments of CodeDoctor
trafficstars

What's the status of this issue?

Got the same issue on my machine. OS: Windows 11 Installed via rustup-init.exe Uninstall doesn't help, config values doesn't help ``` Updating crates.io index warning: spurious network error (3 tries...

Any updates? Deleting files is very important for me

Any updates? M3 was released https://m3.material.io

https://github.com/adil192/saber/blob/main/lib/data/editor/editor_core_info.dart this is the file structure class. If anyone wants to work on that feel free to make a pr. But I would wait until this format is stable

I already added it there. These issues are on a very low quality but everyone that wants to contribute can work on these

Hmm, I look at it and found out it returns a content uri directory. How can I use it to work with dart? ```dart var path = ...; var directory...

The thing is: The path you get with the plugin is not usable in a dart project. You need to use native methods to interact with the directory. It would...

https://gist.github.com/CodeDoctorDE/c60d13d1706e8cfe03496313a96c820a This is my demo. The output of file selector seems to be a content directory that can't be used in dart

Yes, I'm on android 13 (sdk 34). The result is something like `content://com.android.externalstorage.documents/tree/primary%3ADocuments/Documents/` but this can't be used in flutter itself. One fix could be changing the result to a...