FLUTTER_LEARN_IR Telegram 812
غیرفعال کردن اسکرین شات در فلاتر

▫️اگر قصد دارید تا امکان اسکرین شات گرفتن توسط کاربر را در بعضی از صفحات اپلیکیشن خود غیرفعال کنید میتوانید از پکیج no_screenshot برای اینکار استفاده کنید.

کافیست از دو متد زیر برای فعال و غیرفعال کردن اسکرین شات در فلاتر استفاده کنید.

final _noScreenshot = NoScreenshot.instance;

// Disable screenshots
Future<void> disableScreenshot() async {
bool result = await _noScreenshot.screenshotOff();
debugPrint('Screenshot disabled: $result');
}
// Enable screenshots
Future<void> enableScreenshot() async {
bool result = await _noScreenshot.screenshotOn();
debugPrint('Screenshot enabled: $result');
}




⚜️اولین مرجع فارسی فلاتر @flutter_learn_ir



tgoop.com/flutter_learn_ir/812
Create:
Last Update:

غیرفعال کردن اسکرین شات در فلاتر

▫️اگر قصد دارید تا امکان اسکرین شات گرفتن توسط کاربر را در بعضی از صفحات اپلیکیشن خود غیرفعال کنید میتوانید از پکیج no_screenshot برای اینکار استفاده کنید.

کافیست از دو متد زیر برای فعال و غیرفعال کردن اسکرین شات در فلاتر استفاده کنید.

final _noScreenshot = NoScreenshot.instance;

// Disable screenshots
Future<void> disableScreenshot() async {
bool result = await _noScreenshot.screenshotOff();
debugPrint('Screenshot disabled: $result');
}
// Enable screenshots
Future<void> enableScreenshot() async {
bool result = await _noScreenshot.screenshotOn();
debugPrint('Screenshot enabled: $result');
}




⚜️اولین مرجع فارسی فلاتر @flutter_learn_ir

BY آموزش برنامه نویسی فلاتر Flutter




Share with your friend now:
tgoop.com/flutter_learn_ir/812

View MORE
Open in Telegram


Telegram News

Date: |

In the “Bear Market Screaming Therapy Group” on Telegram, members are only allowed to post voice notes of themselves screaming. Anything else will result in an instant ban from the group, which currently has about 75 members. How to create a business channel on Telegram? (Tutorial) In handing down the sentence yesterday, deputy judge Peter Hui Shiu-keung of the district court said that even if Ng did not post the messages, he cannot shirk responsibility as the owner and administrator of such a big group for allowing these messages that incite illegal behaviors to exist. Telegram channels fall into two types: Telegram Android app: Open the chats list, click the menu icon and select “New Channel.”
from us


Telegram آموزش برنامه نویسی فلاتر Flutter
FROM American