Skip to content

Commit 6799e47

Browse files
author
Lukasz
committed
Update streams_channel to 0.2.3. Bump version to 1.0.1.
1 parent 7e63a56 commit 6799e47

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.1]
2+
3+
- Update to streams_channel 0.2.3
4+
15
## [1.0.0] (thanks @alfanhui)
26

37
- Updated Kotlin to 1.3.41

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add geolocation to your pubspec.yaml:
2828

2929
```yaml
3030
dependencies:
31-
geolocation: ^1.0.0
31+
geolocation: ^1.0.1
3232
```
3333
3434
## Import
@@ -238,7 +238,7 @@ if (result.isSuccessful) {
238238
## Authors
239239

240240
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>
242242

243243
## Contributers
244244

example/ios/Flutter/Flutter.podspec

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ EXTERNAL SOURCES:
2020
:path: ".symlinks/plugins/streams_channel/ios"
2121

2222
SPEC CHECKSUMS:
23-
Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a
23+
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
2424
geolocation: c90e491e495d98a7ac995cf241c020fb5d68e61e
2525
streams_channel: 733858967fb8b62e0d63a1d03f6b8f0cb7d3bfc2
2626

2727
PODFILE CHECKSUM: 2ef0a40072d836b2e62fb7fcb125a5e514afe953
2828

29-
COCOAPODS: 1.7.5
29+
COCOAPODS: 1.8.4

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geolocation
22
description: Location plugin for iOS and Android.
3-
version: 1.0.0
3+
version: 1.0.1
44
homepage: https://github.com/loup-v/geolocation/
55

66
environment:
@@ -10,7 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212

13-
streams_channel: ^0.2.1
13+
streams_channel: ^0.2.3
1414

1515
flutter:
1616
plugin:

0 commit comments

Comments
 (0)