Question on GeoLocator #135
-
|
I'm using Did you configure something specific in your Gradle setup to exclude it? Or maybe override it in some way? Any pointers would be really appreciated — thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi! So you can add a dependency override in your pubspec.yaml that overrides the geolocator plugin for a gms free variant. I have a specific Foss branch just for building the IzzyOnDroid version without gms. You can just look at the pubspec.yaml in that branch. I originally used the one that Izzy linked me to when I had this problem, but then about a half a year ago that one stopped working so I switched to this which I got from the Rain weather app' source code. This one works but is a bit outdated (last updated 3 years ago). Hope this helps! Also congrats on the flutter rewrite. The app is really nice. |
Beta Was this translation helpful? Give feedback.
-
|
@PranshulGG @bmaroti9 Thank you both very much for the beautiful and chic application, I only use WeatherMaster and Overmorrow :) |
Beta Was this translation helpful? Give feedback.
Hi! So you can add a dependency override in your pubspec.yaml that overrides the geolocator plugin for a gms free variant. I have a specific Foss branch just for building the IzzyOnDroid version without gms. You can just look at the pubspec.yaml in that branch. I originally used the one that Izzy linked me to when I had this problem, but then about a half a year ago that one stopped working so I switched to this which I got from the Rain weather app' source code. This one works but is a bit outdated (last updated 3 years ago).
Hope this helps!
Also congrats on the flutter rewrite. The app is really nice.