Skip to content

Raise pdfx minimum Flutter version to 3.29.0 - #645

Merged
vicajilau merged 1 commit into
mainfrom
pdfx-surfaceproducer-min-version
Aug 20, 2026
Merged

Raise pdfx minimum Flutter version to 3.29.0#645
vicajilau merged 1 commit into
mainfrom
pdfx-surfaceproducer-min-version

Conversation

@vicajilau

Copy link
Copy Markdown
Member

Summary

Test plan

  • dart format, flutter analyze --fatal-infos, flutter test all pass locally

The current SurfaceProducer.Callback overrides use onSurfaceAvailable
and onSurfaceCleanup, which only exist from Flutter 3.27 and 3.29
respectively (onSurfaceCreated/onSurfaceDestroyed before that). The
pubspec still claimed 3.24.0 as the minimum, which does not compile,
matching the "overrides nothing" errors reported in issue #580.
Also backfills the CHANGELOG entry for the NaN progress fix merged
in #621, which was missing one.
@vicajilau
vicajilau merged commit 59c3e3e into main Aug 20, 2026
2 checks passed
@vicajilau
vicajilau deleted the pdfx-surfaceproducer-min-version branch August 20, 2026 13:06
@vicajilau vicajilau mentioned this pull request Aug 20, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant