/// 在ui中使用下面的这个判断
Theme.of(context).platform == TargetPlatform.android
/// 而不是
import 'dart:io'
Platform.isAndroid
然后使用VScode开启
Dart: Open Dev Tools
开启ios就能看到ui变化
2022-08-23 20:29:16
/// 在ui中使用下面的这个判断
Theme.of(context).platform == TargetPlatform.android
/// 而不是
import 'dart:io'
Platform.isAndroid
然后使用VScode开启
Dart: Open Dev Tools
开启ios就能看到ui变化