You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because syncfusion_flutter_pdfviewer >=26.1.42 depends on device_info_plus ^10.1.0 and easyhour_app depends on device_info_plus ^11.1.1, syncfusion_flutter_pdfviewer >=26.1.42 is forbidden.So, because easyhour_app depends on syncfusion_flutter_pdfviewer ^27.1.48, version solving failed.
On which target platforms have you observed this bug?
Android, iOS, Web
Flutter Doctor output
Doctor output
[✓] Flutter (Channel stable, 3.24.4, on Ubuntu 24.10 6.11.0-9-generic, locale en_US.UTF-8)[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0-rc2)[✓] Chrome - develop for the web[✓] Linux toolchain - develop for Linux desktop[✓] Android Studio (version 2024.2)[✓] IntelliJ IDEA Ultimate Edition (version 2024.2)[✓] VS Code (version 1.95.2)[✓] Proxy Configuration[✓] Connected device (2 available)[✓] Network resources• No issues found!
The text was updated successfully, but these errors were encountered:
We are checking the feasibility of upgrading the device_info_plus package in syncfusion_flutter_pdfviewer. We need to ensure that upgrading to the newer version will not affect the functionality of the SfPdfViewer widget. We will let you know once the analyzation is completed.
We are checking the feasibility of upgrading the device_info_plus package in syncfusion_flutter_pdfviewer. We need to ensure that upgrading to the newer version will not affect the functionality of the SfPdfViewer widget. We will let you know once the analyzation is completed.
Regards, Krithiga Perumal.
Sure, thanks.
The only breaking change is fluttercommunity/plus_plugins#3254 so if you are not using the deviceMemory no changes are required on your side. And if you are using the deviceMemory field the migration should be pretty straightforward as it just changed from int to double.
Bug description
syncfusion_flutter_pdfviewer >=26.1.42 depends on device_info_plus ^10.1.0
Steps to reproduce
device_info_plus: ^11.1.1
flutter pub get
Code sample
Code sample
Screenshots or Video
Screenshot demonstration
Stack Traces
Stack Traces
On which target platforms have you observed this bug?
Android, iOS, Web
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: