diff --git a/lib/screens/settingsScreen.dart b/lib/screens/settingsScreen.dart index a0eb92b..9fc686a 100644 --- a/lib/screens/settingsScreen.dart +++ b/lib/screens/settingsScreen.dart @@ -149,11 +149,7 @@ class _SettingsScreenState extends State { })); }, ), - ListTile( - leading: IconButton(icon: Icon(Icons.card_giftcard)), - title: Text("Rewardz"), - subtitle: Text('Coming Soon'), - ), + Divider( height: 0.0, color: Colors.black, diff --git a/pubspec.yaml b/pubspec.yaml index 3ce44d4..626e8f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: BHIM description: Voice Based BHIM UPI Payments App -version: 0.3.0+1 +version: 0.5.0+1 repository: https://github.com/ShivamGoyal1899/BHIM authors: - Shivam Goyal