Merged
Conversation
konstantinbe
approved these changes
Dec 3, 2025
phatblat
reviewed
Dec 5, 2025
phatblat
approved these changes
Dec 5, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs a synchronized version update of the Ditto SDK from 4.12.4 to 4.13.1 across all supported platforms and languages. Additionally, it adds a flutter precache command to the Flutter updater script to resolve previous build failures.
Key changes:
- Ditto SDK version bumped to
4.13.1across all platforms (Swift, Rust, React Native, JavaScript, Flutter, .NET, C++, Android) - Added
flutter precache --ios --macoscommand to the Flutter build script to fix precaching issues - Updated all dependency lock files with new checksums and transitive dependency versions
Reviewed changes
Copilot reviewed 18 out of 28 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| swift/Tasks.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | Updated DittoSwiftPackage to version 4.13.1 with new revision hash |
| swift/Tasks.xcodeproj/project.pbxproj | Updated minimum Swift package version requirement to 4.13.1 |
| scripts/bump-versions.js | Added flutter precache --ios --macos command to Flutter update workflow |
| rust-tui/Cargo.toml | Updated dittolive-ditto dependency to 4.13.1 |
| rust-tui/Cargo.lock | Updated Rust dependency lockfile with new checksums and transitive dependencies |
| react-native/package.json | Updated @dittolive/ditto to 4.13.1 |
| react-native-expo/yarn.lock | Updated Yarn lockfile with new package resolution and integrity hash |
| react-native-expo/package.json | Updated @dittolive/ditto to 4.13.1 |
| react-native-expo/package-lock.json | Updated npm lockfile with new package resolution and integrity hash |
| react-native-expo/ios/Podfile.lock | Updated iOS CocoaPods lockfile with new checksums for Ditto pods |
| javascript-web/package.json | Updated @dittolive/ditto to 4.13.1 |
| javascript-web/package-lock.json | Updated npm lockfile with new package resolution and integrity hash |
| javascript-tui/package.json | Updated @dittolive/ditto to 4.13.1 |
| javascript-tui/package-lock.json | Updated npm lockfile with new package resolution and integrity hash |
| flutter_app/windows/flutter/generated_plugins.cmake | Added ditto_live to FFI plugin list |
| flutter_app/pubspec.yaml | Updated ditto_live dependency to 4.13.1 |
| flutter_app/pubspec.lock | Updated Flutter lockfile with new package SHA256 hash |
| flutter_app/macos/Podfile.lock | Updated macOS CocoaPods lockfile with new checksums for Ditto pods |
| flutter_app/ios/Podfile.lock | Updated iOS CocoaPods lockfile with new checksums for Ditto pods |
| dotnet-winforms/TasksApp/DittoTasksApp.csproj | Updated Ditto package reference to 4.13.1 |
| dotnet-tui/DittoDotNetTasksConsole/DittoDotNetTasksConsole.csproj | Updated Ditto package reference to 4.13.1 |
| dotnet-tui/DittoDotNetTasksConsole.Tests/DittoDotNetTasksConsole.Tests.csproj | Updated Ditto package reference to 4.13.1 |
| dotnet-maui/DittoMauiTasksApp/DittoMauiTasksApp.csproj | Updated Ditto package reference to 4.13.1 |
| cpp-tui/taskscpp/Makefile | Updated DITTO_SDK_VERSION to 4.13.1 |
| android-kotlin/QuickStartTasks/gradle/libs.versions.toml | Updated ditto version to 4.13.1 |
| android-java/gradle/libs.versions.toml | Updated ditto version to 4.13.1 |
| android-cpp/QuickStartTasksCPP/app/build.gradle.kts | Updated ditto-cpp implementation dependency to 4.13.1 |
Files not reviewed (3)
- javascript-tui/package-lock.json: Language not supported
- javascript-web/package-lock.json: Language not supported
- react-native-expo/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kristopherjohnson
approved these changes
Dec 9, 2025
busec0
approved these changes
Dec 9, 2025
teodorciuraru
approved these changes
Dec 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Synchronized version update
Also, adds a precache command to the Flutter updater script, which had been failing without it.
iOS CI is failing due to https://linear.app/ditto/issue/SDKS-2309/quickstart-ci-cannot-build-ios-ipa