【发布时间】:2020-10-26 06:25:24
【问题描述】:
在我使用 Flutter 调试模式开发应用程序后,应用程序在模拟器和真实设备上都可以顺利运行,但在发布模式下,出现设计错误,在调试模式下,没有错误或设计溢出,而是灰色颜色显示
I/flutter (21212): Another exception was thrown: Instance of'DiagnosticsProperty<void>'
【问题讨论】:
-
试试
flutter build apk --no-shrink
标签: android ios flutter dart flutter-layout