update flutter_whatsnew

This commit is contained in:
2026-01-14 01:18:26 -08:00
parent b99ca9cbcc
commit 59817df31a
134 changed files with 5032 additions and 366 deletions
@@ -49,6 +49,7 @@ class _ScheduledWhatsNewPageState extends State<ScheduledWhatsNewPage> {
if (widget.delay != null) {
await Future<void>.delayed(widget.delay!);
}
if (!mounted) return;
show(context);
}