media_projection_screenshot 0.0.6 copy "media_projection_screenshot: ^0.0.6" to clipboard
media_projection_screenshot: ^0.0.6 copied to clipboard

PlatformAndroid

Screenshot plugin for Android using MediaProjection API.

0.0.6 #

  • Captured image add current time (millisecond) attribute and queue number (start from 1)

0.0.5 #

  • Return image nv21 format buffer
  • Add startCapture, stopCatpure methods for capture screenshots without interruption

0.0.4 #

  • Return image properties

0.0.3 #

  • Change requestPermission value from int? to int

0.0.2 #

  • Change class name to MediaProjectionScreenshot
  • Add requestPermission method
  • takeCapture method params are now optional

0.0.1 #

  • Release initial version