Flutter 混淆Dart代码的作用是什么?支持的平台有哪些?

Flutter 混淆Dart代码的作用是:防止反编译,窃取代码信息

Flutter 3混淆Dart代码支持的平台有:

Android/iOS/macOS

Supported.

Linux/Windows

Not yet supported.

web

Obfuscation is not supported for web apps, but a web app can be minified, which is similar. When you build a release version of a Flutter web app, it is automatically minified. For more information, see Build and release a web app.

标签: 、面试
  • 回复
隐藏