CrossPT / flutter_plugin_pdf_viewer

A flutter plugin for handling PDF files. Works on both Android & iOS
BSD 3-Clause "New" or "Revised" License
92 stars 309 forks source link

Compiler message: /C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_pdf_viewer-1.0.4/lib/src/page.dart:33:26: Error: The argument type 'Null Function(dynamic, dynamic)' can't be assigned to the parameter type 'ImageStreamListener'. - 'ImageStreamListener' is from 'package:flutter/src/painting/image_stream.dart' ('/C:/flutter/packages/flutter/lib/src/painting/image_stream.dart'). resolver.addListener((imgInfo, alreadyPainted) { ^ #77

Closed Atominac closed 3 years ago

muhammadasif146 commented 3 years ago

same error but not solution

muhammadasif146 commented 3 years ago

solve this issue by removing the "pubspec.lock" file after that go to terminal and write the flutter clean command then run again the project
solve this issue