huang-weilong / flutter_file_manager Public Notifications Fork 32 Star 119 Code Issues Pull requests Actions Projects Security Insights New issue FileSystemException: Directory listing failed, path = '/storage/emulated/0/' (OS Error: Permission denied, errno = 13) ...
Baseflow / flutter_cache_manager Public Sponsor Notifications Fork 442 Star 754 Code Issues 104 Pull requests 3 Actions Projects Security Insights New issue Symlink readme file #474 Merged mvanbeusekom merged 2 commits into Baseflow:develop from kevmoo:symlink_readme Nov 16, 2024 ...
flutter doctor --android-licenses Error: A JNI error has occurred, please check your installation andtryagain Exceptioninthread"main"java.lang.UnsupportedClassVersionError: com/android/sdklib/tool/sdkmanager/SdkManagerCli has been compiled by a more recent version of the Java Runtime (classfile ver...
Describe the bug One of the common features of these pictures is that they can't get the name of the picture. Calling assetienty.titleasync, they get a long list of IDS, like this: 82847ba9-93a5-4b56-81da-f58ee80355e8.heic Log error = Er...
flutter_file_manager 一个flutter版本的文件管理器,查看SD卡内的文件(android) 列出当前文件夹下所有的文件、文件夹 DirectorycurrentDir=Directory(path);List<FileSystemEntity> _files=[];List<FileSystemEntity> _folder=[];// 遍历所有文件/文件夹for(varvincurrentDir.listSync()) {// 去除以 .开头的文件...