gvenusleo / MeRead

A RSS reader built with Flutter and designed with Material You. 简洁、易用的 RSS 阅读器,使用 Flutter 构建和 Material You 设计
GNU General Public License v3.0
395 stars 14 forks source link

SnackBar 在类原生系统上不会自动消失 #13

Closed gvenusleo closed 10 months ago

gvenusleo commented 10 months ago

设置的 2 秒后自动消失,在 moto MYUI 5 和其他类原生系统上失效。

gvenusleo commented 10 months ago

找到原因了, https://api.flutter.dev/flutter/material/SnackBar-class.html

A SnackBar with an action will not time out when TalkBack or VoiceOver are enabled. This is controlled by AccessibilityFeatures.accessibleNavigation.

gvenusleo commented 10 months ago

考虑使用 https://github.com/PonnamKarthik/FlutterToast 代替 SnackBar 。