File tree Expand file tree Collapse file tree 5 files changed +28
-6
lines changed Expand file tree Collapse file tree 5 files changed +28
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.1]
2
+
3
+ - Update to streams_channel 0.2.3
4
+
1
5
## [ 1.0.0] (thanks @alfanhui )
2
6
3
7
- Updated Kotlin to 1.3.41
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add geolocation to your pubspec.yaml:
28
28
29
29
``` yaml
30
30
dependencies :
31
- geolocation : ^1.0.0
31
+ geolocation : ^1.0.1
32
32
` ` `
33
33
34
34
## Import
@@ -238,7 +238,7 @@ if (result.isSuccessful) {
238
238
## Authors
239
239
240
240
Geolocation plugin is developed by Loup, a mobile development studio based in Montreal and Paris.
241
- You can contact us at < hello@intheloup.io >
241
+ You can contact us at < hello@loup.app >
242
242
243
243
## Contributers
244
244
Original file line number Diff line number Diff line change
1
+ #
2
+ # NOTE: This podspec is NOT to be published. It is only used as a local source!
3
+ #
4
+
5
+ Pod ::Spec . new do |s |
6
+ s . name = 'Flutter'
7
+ s . version = '1.0.0'
8
+ s . summary = 'High-performance, high-fidelity mobile apps.'
9
+ s . description = <<-DESC
10
+ Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS.
11
+ DESC
12
+ s . homepage = 'https://flutter.io'
13
+ s . license = { :type => 'MIT' }
14
+ s . author = { 'Flutter Dev Team' => '[email protected] ' }
15
+ s . source = { :git => 'https://github.com/flutter/engine' , :tag => s . version . to_s }
16
+ s . ios . deployment_target = '8.0'
17
+ s . vendored_frameworks = 'Flutter.framework'
18
+ end
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ EXTERNAL SOURCES:
20
20
:path: ".symlinks/plugins/streams_channel/ios"
21
21
22
22
SPEC CHECKSUMS:
23
- Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a
23
+ Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
24
24
geolocation: c90e491e495d98a7ac995cf241c020fb5d68e61e
25
25
streams_channel: 733858967fb8b62e0d63a1d03f6b8f0cb7d3bfc2
26
26
27
27
PODFILE CHECKSUM: 2ef0a40072d836b2e62fb7fcb125a5e514afe953
28
28
29
- COCOAPODS: 1.7.5
29
+ COCOAPODS: 1.8.4
Original file line number Diff line number Diff line change 1
1
name : geolocation
2
2
description : Location plugin for iOS and Android.
3
- version : 1.0.0
3
+ version : 1.0.1
4
4
homepage : https://github.com/loup-v/geolocation/
5
5
6
6
environment :
@@ -10,7 +10,7 @@ dependencies:
10
10
flutter :
11
11
sdk : flutter
12
12
13
- streams_channel : ^0.2.1
13
+ streams_channel : ^0.2.3
14
14
15
15
flutter :
16
16
plugin :
You can’t perform that action at this time.
0 commit comments