CCExtractor / beacon

Flutter application to share location with a group. (under development)
56 stars 146 forks source link

Fix: App crash on joining active hike due to google maps #206

Closed tanisha083 closed 1 year ago

tanisha083 commented 1 year ago

Fixes #205

Describe the changes you have made in this PR - The error log suggests an IncompatibleClassChangeError in the com.example.beacon process, with a message indicating that the code found an interface(com.google.android.gms.location.FusedLocationProviderClient) where a class was expected. This error can occur when different versions of the same library are used in the project, or when there is a mismatch between the libraries used by different modules or libraries. To fix this error below-mentioned change were made:

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.