Skip to content

Commit

Permalink
Update plugin version in example app AppBar
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelataillade committed Dec 23, 2023
1 parent 65c6ca6 commit bba00f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class _ExampleAlarmHomeScreenState extends State<ExampleAlarmHomeScreen> {
@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(
Expand Down

0 comments on commit bba00f3

Please sign in to comment.