You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ I have got message working from an iOS app to the watch via the plugin, this can
33
33
34
34
35
35
36
+
36
37
## Generating a Distro build
37
38
The only way, so far, I have found of creating a distro build is following this seqence.
38
39
@@ -55,6 +56,14 @@ This will fail, but it generates the *correct shell scripts* to enable iOS to ca
55
56
56
57
## Versions
57
58
59
+
### 2.1
60
+
- updated Watch and Phone UI
61
+
- currency now defaults to the phone/ipad locale
62
+
- package made universal, so it runs on iPad (no watch supoort)
63
+
64
+
### 2.0
65
+
- first app store release
66
+
58
67
### 1.4 - Rough and Ready but Working!
59
68
I have now managed to add the required code into the iOS project to allow it to communicate with Flutter and send data updates from the watch so they are reflected in the app.
60
69
Basically if you do a calculation for a Tip on the watch then the data is transferred to the associated device.
0 commit comments