iOS
Release notes for the native iOS SDK. Each entry lists the Flutter plugin version that shipped with it. The changelog overview groups the same releases with Android.
2.1.0
26 August 2026. Ships with Flutter 2.1.0.
- Adds Italian, including Italian terms and privacy policy links.
- Adds a target-weight step to onboarding.
- Fixes workout playback and exercise logging.
2.0.0
19 August 2026. Ships with Flutter 2.0.0.
2.0 starts here. Authorization changes in a breaking way: you identify users with a JWT minted by your backend. Later 2.x releases continue from this line. See Authorization.
- Adds a locally triggered “Rest’s up!” notification during workouts.
- Fixes stability around login and logout.
- Requires profile data before onboarding can finish.
- Preloads gym workout exercise videos when a workout starts.
- Fixes workout results and the Fitness Test.
1.9.0
31 July 2026. Ships with Flutter 1.6.0.
- Updates the chat design and adds chat UI customization.
- Adds computer-vision entry points on Home.
- Syncs the last 30 days of health data on the first sync.
- Fixes incorrect units in computer-vision flows.
setProfileParamsfails when you call it before the user is logged in.- Disables adding another image once a chat message already has four images.
- Adapts the “Questions for the Coach” background to your theme.
1.8.0
17 July 2026. Ships with Flutter 1.5.0.
- Redesigns the Flexibility Test.
- Shows a gender-appropriate illustration in the Fitness Test and the Flexibility Test, based on the user profile.
- Syncs workouts when the user logs in.
- Lets you paste an image into chat.
- Fixes the Flexibility Test, exercise lists, and dark mode.
1.7.0
3 July 2026. Ships with Flutter 1.4.0.
- Removes the “Give Your Feedback” screen from the Body Scan flow after a scan.
- Fixes Flexibility Test behavior, profile settings, and plan settings.
1.6.0
5 June 2026. Ships with Flutter 1.2.0.
Flutter 1.3.0 is an Android release. The following release is 1.7.0, which ships with Flutter 1.4.0.
- Adds Body Scan, the Flexibility Test, and the Fitness Test.
- Adds a close button on onboarding screens and a Fitness Test result screen.
- Fixes Body Scan, the Fitness Test, and onboarding.
1.5.0
20 May 2026. Ships with Flutter 1.1.0.
- Fixes custom workouts.
- Fixes saved exercise preferences, logout, and Plan Progress.
- Loads remote resources so the SDK bundle is smaller.
- Stores SDK preferences in an isolated
UserDefaultssuite, separate from the host app.
Last updated on