You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TDCupertinoSwitch组件中缺少对鸿蒙平台的处理 void _emitVibration() { switch (defaultTargetPlatform) { case TargetPlatform.iOS: HapticFeedback.lightImpact(); break; case TargetPlatform.android: case TargetPlatform.fuchsia: case TargetPlatform.linux: case TargetPlatform.macOS: case TargetPlatform.windows: break; } }
The text was updated successfully, but these errors were encountered:
tdesign-flutter 版本
0.1.8
重现链接
No response
重现步骤
期望结果
项目正常启动
实际结果
项目编译报错
Flutter版本
flutter的鸿蒙版本3.22.0
设备与机型信息
模拟器iphone12
系统版本
No response
补充说明
TDCupertinoSwitch组件中缺少对鸿蒙平台的处理
void _emitVibration() { switch (defaultTargetPlatform) { case TargetPlatform.iOS: HapticFeedback.lightImpact(); break; case TargetPlatform.android: case TargetPlatform.fuchsia: case TargetPlatform.linux: case TargetPlatform.macOS: case TargetPlatform.windows: break; } }
The text was updated successfully, but these errors were encountered: