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
I am trying to add thumbnailer: ^2.2.0 in my project where I used font_awesome_flutter: ^10.4.0 and syncfusion_flutter_pdfviewer: ^21.2.3 which doesn't allow me to add thumbnailer.Below was the failed message that I got 👍
Because thumbnailer >=2.1.0 depends on pdfx ^2.3.0 which depends on device_info_plus ^4.0.0, thumbnailer >=2.1.0 requires device_info_plus ^4.0.0. And because syncfusion_flutter_pdfviewer >=21.1.35 depends on device_info_plus ^8.1.0, thumbnailer >=2.1.0 is incompatible with syncfusion_flutter_pdfviewer >=21.1.35. So, because ourec_school depends on both syncfusion_flutter_pdfviewer ^21.2.3 and thumbnailer ^2.2.0, version solving failed.
Earlier I got the same kind of incompatibility for thumbnailer with font_awesome_flutter.
The text was updated successfully, but these errors were encountered:
I am trying to add thumbnailer: ^2.2.0 in my project where I used font_awesome_flutter: ^10.4.0 and syncfusion_flutter_pdfviewer: ^21.2.3 which doesn't allow me to add thumbnailer.Below was the failed message that I got 👍
Because thumbnailer >=2.1.0 depends on pdfx ^2.3.0 which depends on device_info_plus ^4.0.0, thumbnailer >=2.1.0 requires device_info_plus ^4.0.0. And because syncfusion_flutter_pdfviewer >=21.1.35 depends on device_info_plus ^8.1.0, thumbnailer >=2.1.0 is incompatible with syncfusion_flutter_pdfviewer >=21.1.35. So, because ourec_school depends on both syncfusion_flutter_pdfviewer ^21.2.3 and thumbnailer ^2.2.0, version solving failed.
Earlier I got the same kind of incompatibility for thumbnailer with font_awesome_flutter.
The text was updated successfully, but these errors were encountered: