We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28ced8 commit b059fc1Copy full SHA for b059fc1
pubspec.yaml
@@ -1,12 +1,10 @@
1
name: geolocation
2
-description: geolocation plugin for iOS and Android. Republished from InTheLoup's geolocation and now maintained.
+description: Geolocation plugin for iOS and Android.
3
version: 1.0.0
4
-author: Loup Inc. <[email protected]>
5
homepage: https://github.com/loup-v/geolocation/
6
7
environment:
8
- sdk: '>=1.19.0 <3.0.0'
9
-
+ sdk: ">=1.19.0 <3.0.0"
10
11
dependencies:
12
flutter:
@@ -17,4 +15,4 @@ dependencies:
17
15
18
16
plugin:
19
androidPackage: io.intheloup.geolocation
20
- pluginClass: GeolocationPlugin
+ pluginClass: GeolocationPlugin
0 commit comments