Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RGTechPro committed Aug 25, 2022
2 parents 194ec33 + 3095824 commit 611df00
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Binary file added assets/logooo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions lib/screens/onBoardingPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ class _OnBoardingScreenState extends State<OnBoardingScreen> {
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,
),
),
),
Expand All @@ -98,7 +98,7 @@ class _OnBoardingScreenState extends State<OnBoardingScreen> {
children: [
WelcomeScreen(
vectorLink: "",
textelement: "Aaadhar update or Enrollment at your home",
textelement: "Aadhar updation or Enrollment at your home",
),
WelcomeScreen(
vectorLink: "",
Expand Down
12 changes: 6 additions & 6 deletions lib/screens/serviceSelectionPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ print(Provider.of<BookingProvider>(context, listen: false)
const SizedBox(
height: 30,
),

GestureDetector(
onTap: () {
Provider.of<Auth>(context, listen: false).logout(context);
Expand All @@ -97,10 +98,9 @@ print(Provider.of<BookingProvider>(context, listen: false)
'assets/aadharlogo.png',
width: 35,
height: 35,
),
),
),
),
),))),


const SizedBox(
height: 9,
),
Expand Down Expand Up @@ -240,7 +240,7 @@ print(Provider.of<BookingProvider>(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,
Expand Down Expand Up @@ -366,7 +366,7 @@ print(Provider.of<BookingProvider>(context, listen: false)
height: 10,
),
Text(
'Physically Disabled',
'Differently Abled',
style: GoogleFonts.poppins(
textStyle: const TextStyle(
fontWeight: FontWeight.w500,
Expand Down

0 comments on commit 611df00

Please sign in to comment.