From bba00f347314ce90b1ec739f73114c48f508a88e Mon Sep 17 00:00:00 2001 From: Gautier de Lataillade <32983806+gdelataillade@users.noreply.github.com> Date: Sat, 23 Dec 2023 15:50:33 +0100 Subject: [PATCH] Update plugin version in example app AppBar --- example/lib/screens/home.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/screens/home.dart b/example/lib/screens/home.dart index 07149663..bd38bd34 100644 --- a/example/lib/screens/home.dart +++ b/example/lib/screens/home.dart @@ -98,7 +98,7 @@ class _ExampleAlarmHomeScreenState extends State { @override Widget build(BuildContext context) { return Scaffold( - appBar: AppBar(title: const Text('alarm 3.0.1')), + appBar: AppBar(title: const Text('alarm 3.0.2')), body: SafeArea( child: alarms.isNotEmpty ? ListView.separated(