flutter-moum/flutter_screenshot_callback

update permission_handler

Closed this issue · 3 comments

Because screenshot_callback >=1.1.3 depends on permission_handler ^5.0.1+1 and [MyApp] depends on permission_handler ^8.0.0+1, screenshot_callback >=1.1.3 is forbidden.

You can use this branch while you wait! Just add to your pubspec.yaml. Thanks @devplanet-dp!

dependency_overrides:
  screenshot_callback: 
    git: 
      url: https://github.com/devplanet-dp/flutter_screenshot_callback.git

fixed here: #50

You can also use this package from my repo where I did more fixes:

screenshot_callback:
    git:
      url: git://github.com/ousvat/flutter_screenshot_callback.git