Skip to content

Commit

Permalink
Update streams_channel to 0.2.3. Bump version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspili committed Jan 30, 2020
1 parent 7e63a56 commit 6799e47
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.1]

- Update to streams_channel 0.2.3

## [1.0.0] (thanks @alfanhui)

- Updated Kotlin to 1.3.41
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add geolocation to your pubspec.yaml:

```yaml
dependencies:
geolocation: ^1.0.0
geolocation: ^1.0.1
```
## Import
Expand Down Expand Up @@ -238,7 +238,7 @@ if (result.isSuccessful) {
## Authors

Geolocation plugin is developed by Loup, a mobile development studio based in Montreal and Paris.
You can contact us at <hello@intheloup.io>
You can contact us at <hello@loup.app>

## Contributers

Expand Down
18 changes: 18 additions & 0 deletions example/ios/Flutter/Flutter.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# NOTE: This podspec is NOT to be published. It is only used as a local source!
#

Pod::Spec.new do |s|
s.name = 'Flutter'
s.version = '1.0.0'
s.summary = 'High-performance, high-fidelity mobile apps.'
s.description = <<-DESC
Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS.
DESC
s.homepage = 'https://flutter.io'
s.license = { :type => 'MIT' }
s.author = { 'Flutter Dev Team' => '[email protected]' }
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.vendored_frameworks = 'Flutter.framework'
end
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/streams_channel/ios"

SPEC CHECKSUMS:
Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
geolocation: c90e491e495d98a7ac995cf241c020fb5d68e61e
streams_channel: 733858967fb8b62e0d63a1d03f6b8f0cb7d3bfc2

PODFILE CHECKSUM: 2ef0a40072d836b2e62fb7fcb125a5e514afe953

COCOAPODS: 1.7.5
COCOAPODS: 1.8.4
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: geolocation
description: Location plugin for iOS and Android.
version: 1.0.0
version: 1.0.1
homepage: https://github.com/loup-v/geolocation/

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter

streams_channel: ^0.2.1
streams_channel: ^0.2.3

flutter:
plugin:
Expand Down

0 comments on commit 6799e47

Please sign in to comment.