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 15 forks source link

Implemented Screenshot Capture #9

Closed Saumya-28 closed 3 months ago

Saumya-28 commented 4 months ago

Closes #3

Implemented Screenshot Capture

LogsuiteScreenshot

Saumya-28 commented 4 months ago

@avinashkranjan I have updated the code , kindly check and let me know.

avinashkranjan commented 4 months ago

Hey @Saumya-28 , I have mentioned some changes, also, Write a small function for retriving the captured screenshots.

Saumya-28 commented 4 months ago

@avinashkranjan Do we have to open the downloads directory for showing the capture screenshots?

avinashkranjan commented 4 months ago

No, A function where I can get all the SS, so, I can upload them to a server in the background.

Saumya-28 commented 4 months ago

Hi @avinashkranjan ! I have updated the code, please check and let me know.

Saumya-28 commented 3 months ago

Hi @avinashkranjan ! Kindly review the code and let me know.

avinashkranjan commented 3 months ago

@Saumya-28, Caught up in something, will be reviewed by weekend.

Saumya-28 commented 3 months ago

Hi @avinashkranjan could you please review the code.