Hi, I unliked the vid by accident.I like how everything was straight to the point. Can you also do a video on how to properly set up AppCheck in Flutter? I'd be interested to see what the right way to do it is as I keep getting errors.
How will u stop any futter app to run on : 1. Vpn and proxy 2. Rooted device 3. Stopping screenrecording but allowimg screenshot. 4. Stopping editing of app by any means. For 1 to 3 i have read aome articles but for 4th the only solution i found was to implement size checking. If the any bit of code is changed even by a bit then app will not run.. Is it possible to implement all 4 features in flutter or java is still the best for devloping apps .
We have covered 2 already in this video. For 1 we can make use of APIs to check for such IP addresses. You can check a medium article here - rechor.medium.com/detecting-and-handling-proxy-vpn-abusive-ip-addresses-in-your-flutter-application-3be4e4b52356. For 3 you can checkout flutter_windowmanager. I am not really sure I understand 4th, but yes, size checking does a good job. About Java vs Flutter, I'd say that Flutter simplifies the UI aspect of the development to a huge extent.
Disagree with jailbreak detection part. Enabling Developer Mode on any Android device doesn't mean it is rooted. The library describes the variables correctly, it says developer mode on or off.
Bro are you using a sheet as your curtain? Hahahahahha I literally did the same for my room's main window for idk how many years. 🤣🤣 We men seriously don't care.
This is very informative, i hope you add more security tutorials in the future.
great initiative over security on a simple app
thank you
Loved your way of teaching
Thank you so much for sharing.
Great video man very informative.
Thanks a lot!
Keep up the work, really appreciate for this video.👨💻🙋♂️
Thanks, will do!
Useful🎉
Flutter learning roadmap with all resources pro level
Sure let's cover that in the next video ❤️
Good explanation 😁
Great video bhaiyya !!
Thanks! Stay tuned for more 😇
This is very useful
Thank you for watching ❤️
Keep going sir, I like ur content
Great video
Thank you 💓
I want to ask question from everyone that Hive which is used for local storage is it provide encryption in local storage? please guide.
great video
bro how to read the obfuscated apk, please specify the command with eg
Hi, I unliked the vid by accident.I like how everything was straight to the point. Can you also do a video on how to properly set up AppCheck in Flutter? I'd be interested to see what the right way to do it is as I keep getting errors.
How will u stop any futter app to run on :
1. Vpn and proxy
2. Rooted device
3. Stopping screenrecording but allowimg screenshot.
4. Stopping editing of app by any means.
For 1 to 3 i have read aome articles but for 4th the only solution i found was to implement size checking.
If the any bit of code is changed even by a bit then app will not run..
Is it possible to implement all 4 features in flutter or java is still the best for devloping apps .
We have covered 2 already in this video. For 1 we can make use of APIs to check for such IP addresses. You can check a medium article here - rechor.medium.com/detecting-and-handling-proxy-vpn-abusive-ip-addresses-in-your-flutter-application-3be4e4b52356. For 3 you can checkout flutter_windowmanager. I am not really sure I understand 4th, but yes, size checking does a good job.
About Java vs Flutter, I'd say that Flutter simplifies the UI aspect of the development to a huge extent.
Disagree with jailbreak detection part.
Enabling Developer Mode on any Android device doesn't mean it is rooted.
The library describes the variables correctly, it says developer mode on or off.
Flutter Blockchain development tuottorial
Oh boy! This is gonna be interesting too. Thanks for the ideas!
🔥🔥
Thank you ❤️
🔥
Thanks a lot ❤️
Bro are you using a sheet as your curtain? Hahahahahha I literally did the same for my room's main window for idk how many years. 🤣🤣
We men seriously don't care.
flutter build appbundle --obfuscate --split-debug-info=build/app/outputs/symbols/
bro how to read the obfuscated apk, please specify the command with eg