prongbang/screen_protector

Could not find com.github.prongbang:screen-protector:1.0.0.

Closed this issue ยท 6 comments

This plugin (1.1.1) is not working on flutter 3.0 as dependencies was not able to found from "com.github.prongbang:screen-protector:1.0.0"
After adding this code in project level build.gradle , then it started working fine:

  maven {
        url "https://jitpack.io"
    }

This plugin (1.1.1) is not working on flutter 3.0 as dependencies was not able to found from "com.github.prongbang:screen-protector:1.0.0" After adding this code in project level build.gradle , then it started working fine:

  maven {
        url "https://jitpack.io"
    }

I add this one but after got stuck with white screen from where i put ScreenProtector.preventScreenshotOn();

Not working fine ScreenProtector.preventScreenshotOn();

Same here.
on android, just a white screen appears...

Same here.
on android, just a white screen appears...

Same here. on android, just a white screen appears...

I just removed new added logic from android side, then it works now.

same here
does anyone find any solution for that?

Fixed 1.1.5

Thank you for report ๐Ÿ‘