avinashkranjan / logsuite

Logsuite is a versatile plugin for Flutter apps, seamlessly capturing screenshots, crash logs, and network activity. With automated logging and storage, it ensures comprehensive monitoring and debugging, enhancing app stability and performance.
http://logsuite.avinashranjan.com
MIT License
8 stars 14 forks source link

Screenshot Capture #3

Closed avinashkranjan closed 2 weeks ago

avinashkranjan commented 1 month ago

Objective

Capture screenshots every 100ms and save them to device storage without taking permission. Reference UxCam/UserExperior for implementation.

Requirements

Steps to Implement

  1. Create a ScreenshotCapture class.
  2. Use a timer to trigger screenshot capture every 100ms.
  3. Save the screenshots to a predefined directory on the device.
  4. Ensure the functionality works on both Android and iOS.

Resources

Screenshot package

Saumya-28 commented 1 month ago

Hi @avinashkranjan ! I would like to work on this issue, I have worked with some packages previously for implementing screenshots. Could you please assign me this issue?

avinashkranjan commented 1 month ago

Sure @Saumya-28 Go Ahead, While submiting the PR, attach a working video demo as well.