native_screenshot 0.0.2+1 copy "native_screenshot: ^0.0.2+1" to clipboard
native_screenshot: ^0.0.2+1 copied to clipboard

outdated

A simple plugin to take screenshots using native code (iOS & Android).

0.0.2 #

  • Description added to pubspec.yaml.
  • Documentation API done.
  • Added licence.
  • README.md updated

Android #

  • Unified the code to condesate the plugin initialization and use for the v1 and v2 Flutter's plugin engine.
  • Now the screenshot is written to a folder with the application name on it, if fails then goes to external storage.
  • Tried Canvas and PixelCopy approaches, both throws a black image, still uses getBitmap() method.

0.0.1 #

iOS #

  • Basic functionionality done.

Android #

  • Tries to request permission if possible and considers PixelCopy (API >= 26) that still not works; getBitmap() works, so this is used for now.
55
likes
0
pub points
90%
popularity

Publisher

unverified uploader

A simple plugin to take screenshots using native code (iOS & Android).

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on native_screenshot