Bump dart sdk version to 1.3.3, bump some other versions#146
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the Dart SDK version to 1.3.3 to fix a notifier version reporting issue and updates related package versions across the rollbar-dart and rollbar-flutter ecosystem.
Key Changes:
- Updated rollbar_dart SDK from 1.3.2 to 1.3.3 with corresponding notifier version fix
- Updated rollbar_flutter example dependency to reference the new rollbar_flutter version (^1.5.0)
- Updated build tools SDK version to 3.38.5
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| rollbar_dart/pubspec.yaml | Bumped package version to 1.3.3 |
| rollbar_dart/lib/src/notifier/notifier.dart | Updated notifier version constant to match package version |
| rollbar_dart/example/pubspec.yaml | Updated example app version to 1.3.3 |
| rollbar_dart/CHANGELOG.md | Added changelog entry for version 1.3.3 |
| rollbar_flutter/example/pubspec.yaml | Updated example app version to 1.5.2 and rollbar_flutter dependency to ^1.5.0 |
| build_tools/SDK_VERSION | Updated build tools SDK version to 3.38.5 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
zdavis-rollbar
approved these changes
Jan 5, 2026
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.
Description of the change
Bumped Dart SDK to 1.3.3 to reflect the notifier version report fix (pub.dev won't accept changes in packages with the same version)
Also updated some other versions.
Type of change