DEV Community

Fehmi Velioglu
Fehmi Velioglu

Posted on

1

Warning: `flutter` on your path resolves to

Warning: flutter on your path resolves to /Users/***/developments/flutter/bin/flutter, which is not inside your current Flutter SDK checkout at /users/***/developments/flutter. Consider adding /users/***/developments/flutter/bin to the front of your path.

It happens because of case sensitive. You can check like that

which flutter

If result is like that /users/***/developments/flutter/bin/flutter”

export path like that

export PATH=/Users/***/developments/flutter/bin:$PATH

Top comments (0)

Billboard image

📊 A side-by-side product comparison between Sentry and Crashlytics

A free guide pointing out the differences between Sentry and Crashlytics, that’s it. See which is best for your mobile crash reporting needs.

See Comparison