diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c223ed..2346fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## NEXT +## 0.6.5 - Adds `startWatchApp` method for iOS diff --git a/example/lib/main.dart b/example/lib/main.dart index 6f2585c..a36918f 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -1,7 +1,7 @@ import 'dart:io'; import 'package:flutter/material.dart'; -import 'package:wear/wear.dart'; +import 'package:wear_plus/wear_plus.dart'; import 'package:workout/workout.dart'; void main() { diff --git a/lib/src/model/workout_location_type.dart b/lib/src/model/workout_location_type.dart index 4255b16..dfde451 100644 --- a/lib/src/model/workout_location_type.dart +++ b/lib/src/model/workout_location_type.dart @@ -1,5 +1,5 @@ /// This enumerated type is used to represent the location type of a workout session. -/// +/// /// iOS only enum WorkoutLocationType { /// unknown diff --git a/lib/src/model/workout_start_result.dart b/lib/src/model/workout_start_result.dart index 5d16d71..ba2ee2f 100644 --- a/lib/src/model/workout_start_result.dart +++ b/lib/src/model/workout_start_result.dart @@ -5,7 +5,7 @@ class WorkoutStartResult { /// Wear OS: Requested features unsupported by the given exercise type /// /// Tizen: Always empty - /// + /// /// iOS: Always empty final List unsupportedFeatures; diff --git a/lib/src/model/workout_swimming_location_type.dart b/lib/src/model/workout_swimming_location_type.dart index a52fdb1..42331a3 100644 --- a/lib/src/model/workout_swimming_location_type.dart +++ b/lib/src/model/workout_swimming_location_type.dart @@ -1,5 +1,5 @@ /// This enumerated type is used to represent the location type of a swimming workout. -/// +/// /// iOS only enum WorkoutSwimmingLocationType { /// unknown diff --git a/pubspec.yaml b/pubspec.yaml index b20ee8f..f8e307b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: workout description: Run a workout session on Wear OS and Tizen. Get data such as heart rate in real time. -version: 0.6.4 +version: 0.6.5 homepage: https://github.com/Rexios80/flutter_workout environment: