This repository was archived by the owner on Jul 11, 2021. It is now read-only.
File tree
103 files changed
+96
-39
lines changed- .github/ISSUE_TEMPLATE
- android
- .settings
- gradle/wrapper
- src/main
- kotlin/com/example/user_location
- example
- android
- .settings
- app
- .settings
- src
- debug
- main
- kotlin/com/example/user_location_example
- res
- drawable
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
- profile
- gradle/wrapper
- ios
- Flutter
- Runner
- Assets.xcassets
- AppIcon.appiconset
- LaunchImage.imageset
- Base.lproj
- Runner.xcodeproj
- project.xcworkspace
- Runner.xcworkspace
- lib
- test
- ios
- Assets
- Classes
- lib
- src
- utils
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
103 files changed
+96
-39
lines changed.github/ISSUE_TEMPLATE/bug_report.md
100644
100755
File mode changed.
.github/ISSUE_TEMPLATE/feature_request.md
100644
100755
File mode changed.
.gitignore
100644
100755
File mode changed.
.metadata
100644
100755
File mode changed.
CHANGELOG.md
100644
100755
File mode changed.
LICENSE
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
android/.classpath
100644
100755
File mode changed.
android/.gitignore
100644
100755
File mode changed.
android/.project
100644
100755
File mode changed.
File mode changed.
android/build.gradle
100644
100755
File mode changed.
android/gradle.properties
100644
100755
File mode changed.
File mode changed.
android/settings.gradle
100644
100755
File mode changed.
android/src/main/AndroidManifest.xml
100644
100755
File mode changed.
File mode changed.
example.gif
100644
100755
File mode changed.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
example/.gitignore
100644
100755
File mode changed.
example/.metadata
100644
100755
File mode changed.
example/README.md
100644
100755
File mode changed.
example/android/.project
100644
100755
File mode changed.
File mode changed.
example/android/app/.classpath
100644
100755
File mode changed.
example/android/app/.project
100644
100755
File mode changed.
File mode changed.
example/android/app/build.gradle
100644
100755
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
example/android/build.gradle
100644
100755
File mode changed.
example/android/gradle.properties
100644
100755
File mode changed.
File mode changed.
example/android/settings.gradle
100644
100755
File mode changed.
example/ios/Flutter/AppFrameworkInfo.plist
100644
100755
File mode changed.
example/ios/Flutter/Debug.xcconfig
100644
100755
File mode changed.
example/ios/Flutter/Release.xcconfig
100644
100755
File mode changed.
example/ios/Runner.xcodeproj/project.pbxproj
100644
100755
File mode changed.
File mode changed.
File mode changed.
File mode changed.
example/ios/Runner/AppDelegate.swift
100644
100755
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
example/ios/Runner/Base.lproj/Main.storyboard
100644
100755
File mode changed.
example/ios/Runner/Info.plist
100644
100755
File mode changed.
example/ios/Runner/Runner-Bridging-Header.h
100644
100755
File mode changed.
example/lib/main.dart
100644
100755
+34-31
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
65 | 43 |
| |
66 |
| - | |
67 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 |
| |
69 | 72 |
| |
70 | 73 |
| |
|
example/pubspec.yaml
100644
100755
File mode changed.
example/test/widget_test.dart
100644
100755
File mode changed.
ios/.gitignore
100644
100755
File mode changed.
ios/Assets/.gitkeep
100644
100755
File mode changed.
ios/Classes/SwiftUserLocationPlugin.swift
100644
100755
File mode changed.
ios/Classes/UserLocationPlugin.h
100644
100755
File mode changed.
ios/Classes/UserLocationPlugin.m
100644
100755
File mode changed.
ios/user_location.podspec
100644
100755
File mode changed.
lib/kotlin-reflect-sources.jar
100644
100755
File mode changed.
lib/kotlin-reflect.jar
100644
100755
File mode changed.
lib/kotlin-stdlib-jdk7-sources.jar
100644
100755
File mode changed.
lib/kotlin-stdlib-jdk7.jar
100644
100755
File mode changed.
lib/kotlin-stdlib-jdk8-sources.jar
100644
100755
File mode changed.
lib/kotlin-stdlib-jdk8.jar
100644
100755
File mode changed.
lib/kotlin-stdlib-sources.jar
100644
100755
File mode changed.
lib/kotlin-stdlib.jar
100644
100755
File mode changed.
lib/kotlin-test-sources.jar
100644
100755
File mode changed.
lib/kotlin-test.jar
100644
100755
File mode changed.
lib/src/user_location_layer.dart
100644
100755
+50-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| |||
128 | 129 |
| |
129 | 130 |
| |
130 | 131 |
| |
131 |
| - | |
| 132 | + | |
132 | 133 |
| |
133 | 134 |
| |
134 |
| - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
135 | 142 |
| |
136 | 143 |
| |
137 | 144 |
| |
| |||
164 | 171 |
| |
165 | 172 |
| |
166 | 173 |
| |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
171 | 178 |
| |
172 | 179 |
| |
173 | 180 |
| |
| 181 | + | |
174 | 182 |
| |
175 | 183 |
| |
176 | 184 |
| |
| |||
192 | 200 |
| |
193 | 201 |
| |
194 | 202 |
| |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
195 | 238 |
|
lib/src/user_location_options.dart
100644
100755
+11-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 |
| |
17 | 23 |
| |
18 | 24 |
| |
| |||
24 | 30 |
| |
25 | 31 |
| |
26 | 32 |
| |
27 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
28 | 38 |
|
lib/src/user_location_plugin.dart
100644
100755
File mode changed.
lib/user_location.dart
100644
100755
File mode changed.
lib/utils/LocationListener.dart
100644
100755
File mode changed.
pubspec.yaml
100644
100755
File mode changed.
test/user_location_test.dart
100644
100755
File mode changed.
user_location.iml
100644
100755
File mode changed.
0 commit comments