flutter_pdfview icon indicating copy to clipboard operation
flutter_pdfview copied to clipboard

Accidently Unable to run my Flutter Application because of flutter_pdfview: ^1.3.2

Open kretoss123 opened this issue 1 year ago • 1 comments

Few Days ago I integrated this package and It was running fine but now it's giving error as I run my flutter application

Screenshot 2024-06-07 at 7 25 30 PM

As you can see in above image as soon as I run it gives me this error

My Flutter version is:

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.6, on macOS 12.7.2 21G1974 darwin-x64, locale en-GB) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 14.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2023.1) [✓] VS Code (version 1.90.0) [✓] Connected device (3 available) [✓] Network resources

• No issues found!

Please help to solve this issue

kretoss123 avatar Jun 07 '24 14:06 kretoss123

Might be needed to run flutter clean and flutter pub get and then restart your app. If that solved the issue, please post questions in the future on forums such as StackOverflow.

SilkeAtSiip avatar Jul 10 '24 07:07 SilkeAtSiip