Upgrade pdfrx to 2.6.1 - #1415
Merged
Merged
Conversation
Contributor
Author
|
Am I missing something here? Or does flutter need to be updated somewhere else in the pubspec? |
✅ Build SuccessfulAll platform builds passed. You can download the test artifacts below.
|
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.
Pull Request
Summary
Upgrades the
pdfrxdependency from2.4.3to2.6.1. This update adjusts the SDK environment bounds (Dart >= 3.13.0,Flutter >= 3.47.0), bumps its underlying PDF rendering engine (pdfrx_engine,pdfium_dart,pdfium_flutter), and includes minor patch/transitive library adjustments.Related Issues
Link related issues or tickets separated by commas.
Type of Change
Changes Made
pubspec.yaml:dart:>=3.12.0 <4.0.0→>=3.13.0 <4.0.0flutter:>=3.44.0→>=3.47.0pdfrx(2.4.3→2.6.1)pdfrx_engine(0.4.2→0.6.0),pdfium_dart(0.2.4→0.3.0),pdfium_flutter(0.2.1→0.3.0)cupertino_ui(1.0.2),material_ui(1.1.1)intl(0.20.2→0.20.3),matcher(0.12.19→0.12.20),meta(1.18.0→1.19.0),vector_math(2.2.0→2.4.2),test_api(0.7.11→0.7.12)Platform
Testing
Describe how this change was tested.
Test Steps
>=3.47.0/ Dart>=3.13.0.flutter pub getand verify dependency graph resolves cleanly.Test Steps
Screenshots (if applicable)
Checklist