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 commented Oct 3, 2025

@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.

@immankumarsync
Copy link
Contributor

Hi,

We have updated the compileSdkVersion of the syncfusion_flutter_pdfviewer and included in the Essential Studio® 2025 Volume 3 SP 1 Release v31.2.2 which is available for download under the following link.
Essential Studio® 2025 Volume ... | Announcements Forums | Syncfusion®

Package link: syncfusion_flutter_pdfviewer v31.2.2
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you require any further assistance.

Regards,
Imman Kumar P

@VijayakumarMariappan VijayakumarMariappan added waiting for customer response Cannot make further progress until the customer responds. solved Solved the query using existing solutions and removed follow-up scheduled Follow-up scheduled labels Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pdf viewer PDF viewer component solved Solved the query using existing solutions waiting for customer response Cannot make further progress until the customer responds.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants