FlutterPlaza / no_screenshot

Flutter plugin to enable, disable or toggle screenshot support in your application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: Create a screen recording stream method

fonkamloic opened this issue · comments

Description

Create a Stream, which emits a boolean based on the state of the screen being recorded or not.

This function is a useful way to determine if the user is currently recording the screen, allowing the developer to take appropriate actions, such as displaying a warning message or disabling certain features that should not be recorded.