Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Oct 2, 2024
1 parent b53e482 commit e8eb0ff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## NEXT
## 0.6.5

- Adds `startWatchApp` method for iOS

Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion lib/src/model/workout_location_type.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// This enumerated type is used to represent the location type of a workout session.
///
///
/// iOS only
enum WorkoutLocationType {
/// unknown
Expand Down
2 changes: 1 addition & 1 deletion lib/src/model/workout_start_result.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class WorkoutStartResult {
/// Wear OS: Requested features unsupported by the given exercise type
///
/// Tizen: Always empty
///
///
/// iOS: Always empty
final List<WorkoutFeature> unsupportedFeatures;

Expand Down
2 changes: 1 addition & 1 deletion lib/src/model/workout_swimming_location_type.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// This enumerated type is used to represent the location type of a swimming workout.
///
///
/// iOS only
enum WorkoutSwimmingLocationType {
/// unknown
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e8eb0ff

Please sign in to comment.