From 10d40663d5d87335f3af162c8b17d95ab119888c Mon Sep 17 00:00:00 2001 From: andoriyaprashant Date: Mon, 15 Jan 2024 22:17:55 +0530 Subject: [PATCH] App Version Added --- lib/screens/about.dart | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/screens/about.dart b/lib/screens/about.dart index 304f0b3..7ba7b8d 100644 --- a/lib/screens/about.dart +++ b/lib/screens/about.dart @@ -173,6 +173,15 @@ class _AboutState extends State { child: const Image( image: AssetImage('assets/logo.png')), ), + const SizedBox(height: 10), + Text( + 'Version: 1.0.1', + style: TextStyle( + color: ThemeColors.textPrimary, + fontSize: 16, + fontWeight: FontWeight.bold, + ), + ), const SizedBox(height: 32), RichText( textAlign: TextAlign.center,