简体   繁体   中英

How can i get code safety on dart-flutter

currently i am building app and how can I provide the security of code which typed in Dart Language? Also how can I block decompile my code and blocking accesing my code in Database?

Flutter code compiles to native ARM code which is very hard to reverse engineer, It means your flutter app is more secure that native apps build using Java and all other hybrid apps which uses JavaScript.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM