import 'package:path_provider/path_provider.dart'; print(await getDownloadsDirectory()); Logs ganeshrvel changed the title [Flutter macOS] Incorrect absolute path to users directory. [Flutter macOS] Get absolute path to the user's home directory. Sep 29, 2020 Contributor stuartmorgan commented...
This can cause many issues that have been known for some time but are outside the scope of this issue. Version info [√] Flutter (Channel dev, 1.26.0-8.0.pre, on Microsoft Windows [Version 10.0.19042.746], locale en-US) • Flutter version 1.26.0-8.0.pre at C:\SDKs\flutter • ...
I modified my vs-code settings to us the home directory instead of an absolute path "dart.flutterSdkPaths": [ "~/Developer/tools/flutter-sdks" ], I removed the current dart.flutterSdkPath entry from the projects settings .json I then restarted VS-code but when i set my flutter sdk it...