nusanet / flutter-native-screenshot

A Flutter plugin to take screenshot on Android & iOS
https://pub.dev/packages/flutter_native_screenshot
MIT License
6 stars 3 forks source link

Add support for Android 13 #7

Closed jepino closed 1 year ago

jepino commented 2 years ago

I get this warning when building for android:
flutter_native_screenshot-1.1.2/android/src/main/java/net/bengkelrobot/flutter_native_screenshot/FlutterNativeScreenshotPlugin.java uses or overrides a deprecated API

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

K123Ritesh commented 5 months ago

@jepino issue resolved??

jepino commented 5 months ago

@K123Ritesh This plugin doesn't seem to be maintained anymore. I ended up removing it and writing the screenshot logic myself using RenderRepaintBoundary.toImage.

K123Ritesh commented 5 months ago

@jepino Yep, you're right i also implemented it natively at the end . btw thanks