diff --git a/assets/logooo.png b/assets/logooo.png new file mode 100644 index 0000000..030d5c0 Binary files /dev/null and b/assets/logooo.png differ diff --git a/lib/screens/onBoardingPage.dart b/lib/screens/onBoardingPage.dart index 156f1e0..ffd8f08 100644 --- a/lib/screens/onBoardingPage.dart +++ b/lib/screens/onBoardingPage.dart @@ -78,11 +78,11 @@ class _OnBoardingScreenState extends State { Center( child: CircleAvatar( backgroundColor: Colors.white, - radius: 65, + radius: 50, child: Image.asset( - 'assets/aadharlogo.png', - width: 80, - height: 80, + 'assets/logooo.png', + width: 100, + height: 100, ), ), ), @@ -98,7 +98,7 @@ class _OnBoardingScreenState extends State { children: [ WelcomeScreen( vectorLink: "", - textelement: "Aaadhar update or Enrollment at your home", + textelement: "Aadhar updation or Enrollment at your home", ), WelcomeScreen( vectorLink: "", diff --git a/lib/screens/serviceSelectionPage.dart b/lib/screens/serviceSelectionPage.dart index 1bdee8d..1b86c57 100644 --- a/lib/screens/serviceSelectionPage.dart +++ b/lib/screens/serviceSelectionPage.dart @@ -85,6 +85,7 @@ print(Provider.of(context, listen: false) const SizedBox( height: 30, ), + GestureDetector( onTap: () { Provider.of(context, listen: false).logout(context); @@ -97,10 +98,9 @@ print(Provider.of(context, listen: false) 'assets/aadharlogo.png', width: 35, height: 35, - ), - ), - ), - ), + ),))), + + const SizedBox( height: 9, ), @@ -240,7 +240,7 @@ print(Provider.of(context, listen: false) Padding( padding: const EdgeInsets.all(8.0), child: Text( - 'Choose if you are senior citizen or physically disabled, otherwise go ahead.', + 'Choose if you are a senior citizen or differently abled, otherwise go ahead.', style: GoogleFonts.poppins( textStyle: const TextStyle( fontWeight: FontWeight.w500, @@ -366,7 +366,7 @@ print(Provider.of(context, listen: false) height: 10, ), Text( - 'Physically Disabled', + 'Differently Abled', style: GoogleFonts.poppins( textStyle: const TextStyle( fontWeight: FontWeight.w500,