When I try to run the Flutter project on the IOS simulator I am facing the following issue :
Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/path_provider_linux-2.1.11/lib/src/path_provider_linux.dart:24:58: Error: Constant expression expected.
This might have caused by the new packages that I have added to my project.
I fixed this issue by:
flutter pub get
However I think It can be fixed by the following steps as well:
flutter pub cache clean
flutter pub get