Closed abedputra closed 1 year ago
I think this package conflicts with the geolocator package. When I comment on the geolocator in the .yml file then this app works well.
This is an issue only on Android and it is caused by and upgrade on play-services-location with breakup changes for 21.0.0 and above on geolocator_android dependency. The workaround to avoid this is override the dependency with geolocator_android to force the use of 20.0.0.
com.google.android.gms:play-services-location:20.0.0
The only needed is to modify the pubspec.yaml on your project with:
dependency_overrides:
geolocator_android: "4.1.4"
BR.
I just found an error like this when running my App
How to fix it yea?