Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/wersharks/mera_aadhar into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
hari01584 committed Aug 25, 2022
2 parents 9c341c0 + 3379e2c commit d6f73c0
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 22 deletions.
4 changes: 2 additions & 2 deletions lib/screens/book_operator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ class _BookOperatorScreenScreenState extends State<BookOperatorScreenScreen> {
radius: 40,
child: Image.asset(
'assets/aadharlogo.png',
width: 35,
height: 35,
width: 55,
height: 55,
),
),
),
Expand Down
4 changes: 2 additions & 2 deletions lib/screens/date_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ class _DatePageState extends State<DatePage> {
radius: 40,
child: Image.asset(
'assets/aadharlogo.png',
width: 35,
height: 35,
width: 55,
height: 55,
),
),
),
Expand Down
4 changes: 2 additions & 2 deletions lib/screens/documentCheckPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ class _DocumentCheckPageState extends State<DocumentCheckPage> {
radius: 40,
child: Image.asset(
'assets/aadharlogo.png',
width: 35,
height: 35,
width: 55,
height: 55,
),
),
),
Expand Down
4 changes: 2 additions & 2 deletions lib/screens/editAddressPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class _EditAddressPageState extends State<EditAddressPage> {
radius: 40,
child: Image.asset(
'assets/aadharlogo.png',
width: 35,
height: 35,
width: 55,
height: 55,
),
),
),
Expand Down
4 changes: 2 additions & 2 deletions lib/screens/modeSelectionPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class _ModeSelectPageState extends State<ModeSelectPage> {
radius: 40,
child: Image.asset(
'assets/aadharlogo.png',
width: 35,
height: 35,
width: 55,
height: 55,
),
),
),
Expand Down
12 changes: 6 additions & 6 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: 50,
radius: 40,
child: Image.asset(
'assets/logooo.png',
width: 100,
height: 100,
'assets/aadharlogo.png',
width: 55,
height: 55,
),
),
),
Expand All @@ -102,11 +102,11 @@ class _OnBoardingScreenState extends State<OnBoardingScreen> {
),
WelcomeScreen(
vectorLink: "",
textelement: "Select your own Time Slot",
textelement: "Select your own Time Slot & operator",
),
WelcomeScreen(
vectorLink: "",
textelement: "Review your appointments",
textelement: "Review your on-going appointments",
)
],
),
Expand Down
14 changes: 10 additions & 4 deletions lib/screens/operator_selection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,13 @@ class _OperatorSelectionScreenState extends State<OperatorSelectionScreen> {
),
),
),
],
)


],

)


: Column(
children: [
const Icon(
Expand Down Expand Up @@ -382,9 +387,10 @@ class _OperatorSelectionScreenState extends State<OperatorSelectionScreen> {
radius: 40,
child: Image.asset(
'assets/aadharlogo.png',
width: 35,
height: 35,
width: 55,
height: 55,
),

),
),
const SizedBox(
Expand Down
4 changes: 2 additions & 2 deletions lib/screens/slot_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ class _SlotPageState extends State<SlotPage> {
radius: 40,
child: Image.asset(
'assets/aadharlogo.png',
width: 35,
height: 35,
width: 55,
height: 55,
),
),
),
Expand Down

0 comments on commit d6f73c0

Please sign in to comment.