dart_pdf icon indicating copy to clipboard operation
dart_pdf copied to clipboard

Unable to build app on Flutter version 3.22.0

Open AdamHavlicek opened this issue 1 month ago • 7 comments

Describe the bug unable to compile application on latest stable version of flutter

To Reproduce Code snippet to reproduce the behavior: use flutter version 3.22.0 add latest version of printing to dependencies in pubspec file.

Expected behavior fix compatilibity issue with pdf_widget_wrapper

Screenshots image

Flutter Doctor
[✓] Flutter (Channel stable, 3.22.0, on EndeavourOS , locale en_US.UTF-8) • Flutter version 3.22.0 on channel stable at • Upstream repository https://github.com/flutter/flutter.git • Framework revision 5dcb86f68f (7 days ago), 2024-05-09 07:39:20 -0500 • Engine revision f6344b75dc • Dart version 3.4.0 • DevTools version 2.34.3

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0-rc1) • Android SDK at • Platform android-34, build-tools 34.0.0-rc1 • Java binary at • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160) • All Android licenses accepted.

[✓] Android Studio (version 2023.3) • Android Studio at • Flutter plugin version 79.0.2 • Dart plugin version 222.4582 • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160)

[✓] IntelliJ IDEA Ultimate Edition (version 2024.1) • IntelliJ at • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart

[✓] Network resources • All expected network resources are available.

• No issues found!

Desktop (please complete the following information):

  • [X] iOS
  • [X] Android
  • [ ] Browser
  • [ ] Windows
  • [ ] Linux

AdamHavlicek avatar May 16 '24 07:05 AdamHavlicek