Parth Darji

Results 2 comments of Parth Darji

> ``` > # Progress Tracker > ``` > > ## DSA > * [ ] Complete Git & GitHub Course > * [x] Introduction to Programming > > *...

You can override the dependency like this in pubspec.yaml ``` dependency_overrides: geolocator_android: ^4.6.0 ``` Rebuild the whole app by running `flutter clean` and `flutter pub get`