Тёмный

Flutter Prevent Taking a Screenshot in 3 Minutes 

Coding Orbit
Подписаться 4 тыс.
Просмотров 8 тыс.
50% 1

Hey Guys, in this Flutter short video I will show you how to prevent taking a screenshot in your Flutter app for both android and iOS.
Secure your Flutter app by preventing taking a screenshot.
Learn how to use prevent taking a screenshot step by step in Flutter.
For more Flutter content be sure to subscribe to the channel and turn on your notifications.
Check out Flutter how-to videos:
• Flutter Google Ads
Check out my Flutter tutorial to become a Flutter hero: • Flutter Tutorial for B...
Links:
Don't click this: bit.ly/3dkJUNB
flutter window manager library: pub.dev/packages/flutter_wind...
#flutter #flutter_privacy #flutter_prevent_taking_screenshot

Опубликовано:

 

17 дек 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@samsonorode6568
@samsonorode6568 Год назад
Surely this would be helpful to me in the future (perhaps in the case of confidentiality apps). Thanks 🙏
@codingorbit
@codingorbit Год назад
Glad to hear that!
@marwahalenezi1554
@marwahalenezi1554 Год назад
Yes it does work but apple will reject it among submitted with the following message : “We continue to find that your app shows screenshots in black when the user takes a screenshot, but the interface duplicates the iOS system-provided screenshot interface and functionality. Duplicating system-provided interfaces does not provide the simple, innovative, and easy to use experience App Store users expect. Next Steps To resolve this issue, either remove the custom interface or revise it to not duplicate the system-provided screenshot interface and functionality.”
@SugerNoor1996
@SugerNoor1996 Год назад
Can i make it block audio on screen records too?
@nourhamada1409
@nourhamada1409 Год назад
Thanks that's great
@codingorbit
@codingorbit Год назад
Glad you liked it!
@pravinprince3221
@pravinprince3221 9 месяцев назад
Thank you so much for the wonderful video it helped me a lot and my team
@codingorbit
@codingorbit 4 месяца назад
My pleasure!
@adrianokelviodarochadantas5303
nice, working in app web?
@qussaiqassim9912
@qussaiqassim9912 Год назад
@ahmedali7663
@ahmedali7663 Год назад
Does it prevents screen recording in ios?
@codingorbit
@codingorbit Год назад
Yes it should
@arebelgaming4943
@arebelgaming4943 Год назад
not working on ios real device i have test on ipad version 12.6 ios
@codingorbit
@codingorbit Год назад
I have tried that on my real device and it was working!
@user-yx3bx1ij3d
@user-yx3bx1ij3d 8 месяцев назад
same source code does not work with IOS 17
@PelElMejor
@PelElMejor 3 месяца назад
X2. finded you some fix?
@ahmedali7663
@ahmedali7663 Год назад
here is the code for those lazy folks : extension UIWindow { func secureApp(){ let field = UITextField() field.isSecureTextEntry = true self.addSubview(field) field.centerYAnchor.constraint(equalTo:self.centerYAnchor).isActive = true field.centerXAnchor.constraint(equalTo:self.centerXAnchor).isActive = true self.layer.superlayer?.addSublayer(field.layer) field.layer.sublayers?.first?.addSublayer(self.layer) } }
@dev.faizan
@dev.faizan Год назад
if someone using WidgetsFlutterBinding.ensureInitialized(); then it must be before WidgetsBinding.instance.addPostFrameCallback
@codingorbit
@codingorbit Год назад
Thank you!
Далее
Learn to use Isolates in Flutter | Simplified
10:28
Просмотров 23 тыс.
Flutter Local Notifications
18:49
Просмотров 42 тыс.
ЮТУБ ТОЧНО ВСЕ!
11:23
Просмотров 980 тыс.
Schoolboy - Часть 2
00:12
Просмотров 2,6 млн
Why I *highly dislike* iOS Development
10:38
Просмотров 346 тыс.
5 Steps to secure your next Flutter App
17:59
Просмотров 10 тыс.
Flutter Video & Audio Call Using ZEGOCLOUD SDK
15:29
Просмотров 11 тыс.
Start Using Mason Now In Your Flutter Project!
7:59
Просмотров 3,4 тыс.
Top 30 Flutter Tips and Tricks
6:50
Просмотров 545 тыс.
Flutter vs React Native vs. Swift/Kotlin In 5 Minutes
5:20