Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions watch_connectivity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.5

- Upgrades `watch_connectivity_platform_interface` to version 0.3.0

## 0.2.4

- Android compileSdkVersion 36
Expand Down
6 changes: 3 additions & 3 deletions watch_connectivity/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,21 +350,21 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.4"
version: "0.2.5"
watch_connectivity_garmin:
dependency: "direct main"
description:
path: "../../watch_connectivity_garmin"
relative: true
source: path
version: "0.1.8"
version: "0.1.9"
watch_connectivity_platform_interface:
dependency: "direct overridden"
description:
path: "../../watch_connectivity_platform_interface"
relative: true
source: path
version: "0.2.0"
version: "0.3.0"
watcher:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions watch_connectivity/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: watch_connectivity
description: Wrapper for WatchConnectivity on iOS and Wearable APIs on Android
version: 0.2.4
version: 0.2.5
homepage: https://github.com/Rexios80/watch_connectivity/tree/master/watch_connectivity

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

watch_connectivity_platform_interface: ^0.2.0
watch_connectivity_platform_interface: ^0.3.0

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions watch_connectivity_garmin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.9

- Upgrades `watch_connectivity_platform_interface` to version 0.3.0

## 0.1.8

- Android compileSdkVersion 36
Expand Down
2 changes: 1 addition & 1 deletion watch_connectivity_garmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void example() {

// Must be called before any other methods
watch.initialize(
GarminInitializationOptions(
const GarminInitializationOptions(
applicationId: 'your-application-id',
urlScheme: 'your-url-scheme',
),
Expand Down
4 changes: 2 additions & 2 deletions watch_connectivity_garmin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: watch_connectivity_garmin
description: Wrapper for the ConnectIQ SDK to communicate with Garmin watches
version: 0.1.8
version: 0.1.9
homepage: https://github.com/Rexios80/watch_connectivity/tree/master/watch_connectivity_garmin

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
meta: ^1.17.0
recase: ^4.1.0
watch_connectivity_platform_interface: ^0.2.0
watch_connectivity_platform_interface: ^0.3.0

dev_dependencies:
flutter_test:
Expand Down