Skip to content

Conversation

mrossi-os
Copy link

No description provided.

@immankumarsync
Copy link
Contributor

Hi @mrossi-os,
We have analyzed your requirement and planned to upgrade the compileSdkVersion in our syncfusion_flutter_pdfviewer package. To ensure compatibility with other Syncfusion Flutter packages, we are conducting a thorough testing with this compileSdkVersion change.

This compileSdkVersion upgradation in syncfusion_flutter_pdfviewer package is expected to be included in the Volume 3 SP1 release, scheduled for mid-October 2025.

Regards,
Imman Kumar P

@sfHariHaraSudhan sfHariHaraSudhan added follow-up scheduled Follow-up scheduled and removed open Open labels Sep 22, 2025
@Henriquedn
Copy link

Hi @mrossi-os, We have analyzed your requirement and planned to upgrade the compileSdkVersion in our syncfusion_flutter_pdfviewer package. To ensure compatibility with other Syncfusion Flutter packages, we are conducting a thorough testing with this compileSdkVersion change.

This compileSdkVersion upgradation in syncfusion_flutter_pdfviewer package is expected to be included in the Volume 3 SP1 release, scheduled for mid-October 2025.

Regards, Imman Kumar P

Hi, Is there a workaround for this like using git|ref|url on pubspec to be able to run and publish app before your release on mid-october 2025?

@mrossi-os
Copy link
Author

@Henriquedn add this to your pubspec.yaml:

dependencies:
  syncfusion_flutter_pdfviewer:
    git:
      url: https://github.com/mrossi-os/flutter-widgets.git
      ref: target-android-api-36
      path: packages/syncfusion_flutter_pdfviewer

@immankumarsync

This compileSdkVersion upgradation in syncfusion_flutter_pdfviewer package is expected to be included in the Volume 3 SP1 release, scheduled for mid-October 2025.

ok!

@Henriquedn
Copy link

@Henriquedn add this to your pubspec.yaml:

dependencies:
  syncfusion_flutter_pdfviewer:
    git:
      url: https://github.com/mrossi-os/flutter-widgets.git
      ref: target-android-api-36
      path: packages/syncfusion_flutter_pdfviewer

@immankumarsync

This compileSdkVersion upgradation in syncfusion_flutter_pdfviewer package is expected to be included in the Volume 3 SP1 release, scheduled for mid-October 2025.

ok!

Thank you @mrossi-os , this works.

Note for others is to add a dependency override for other dependent libraries e.g the core

dependency_overrides:
syncfusion_flutter_pdf:
git:
url: https://github.com/mrossi-os/flutter-widgets.git
ref: target-android-api-36
path: packages/syncfusion_flutter_pdf

syncfusion_flutter_core:
git:
url: https://github.com/mrossi-os/flutter-widgets.git
ref: target-android-api-36
path: packages/syncfusion_flutter_core

@Ab-Aayan
Copy link

We are getting a build error after updating to compileSdk 36, which supports the new 16 KB resource table limit.
The syncfusion_flutter_pdfviewer plugin still compiles against android-31, causing AAR metadata check failures during release builds.

Please update the library to support compileSdk 36 as soon as possible to ensure compatibility with the latest Android SDK and build tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

follow-up scheduled Follow-up scheduled pdf viewer PDF viewer component

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants