We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788bfc7 commit 58b165aCopy full SHA for 58b165a
lib/screens/home/home_header_widget.dart
@@ -11,7 +11,7 @@ class HomeHeaderWidget extends StatelessWidget {
11
12
@override
13
Widget build(BuildContext context) {
14
- final currentDate = DateTime.now().fullDate;
+ final currentDate = DateTime.now().fullDate.toUpperCase();
15
16
return SafeArea(
17
child: Padding(
0 commit comments