ScerIO / packages.flutter

👨‍💻 Plugins and packages for Flutter framework
https://pub.dev/publishers/serge.software/packages
MIT License
437 stars 420 forks source link

Null check operator used on a null value #480

Open tarique-khan opened 5 months ago

tarique-khan commented 5 months ago

Null check operator used on a null value Screenshot 2024-01-30 at 2 04 07 PM

We got the exception in our app due to the above reason. Can we add a null check to fix this issue on line number 118 of pdf_controller.dart?