Autogenerated commit at 2026-01-05 14:13:57.838168+00:00
This commit is contained in:
18
flutter/doctor.patch
Normal file
18
flutter/doctor.patch
Normal file
@@ -0,0 +1,18 @@
|
||||
--- a/packages/flutter_tools/lib/src/doctor.dart
|
||||
+++ b/packages/flutter_tools/lib/src/doctor.dart
|
||||
@@ -703,15 +703,6 @@
|
||||
'$flutterBinDir to your path.',
|
||||
);
|
||||
}
|
||||
- final String resolvedFlutterPath = flutterBin.resolveSymbolicLinksSync();
|
||||
- if (!_filePathContainsDirPath(flutterRoot, resolvedFlutterPath)) {
|
||||
- final hint =
|
||||
- 'Warning: `$binary` on your path resolves to '
|
||||
- '$resolvedFlutterPath, which is not inside your current Flutter '
|
||||
- 'SDK checkout at $flutterRoot. Consider adding $flutterBinDir to '
|
||||
- 'the front of your path.';
|
||||
- return ValidationMessage.hint(hint);
|
||||
- }
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user