-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated task card UI #19
base: master
Are you sure you want to change the base?
Conversation
hey @pratikagr can you attach some screenshots? |
|
@pratikagr Hey |
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The card size is fixed, some topics need less space while few need extra. The height should be dynamic to fit accordingly.
- The font is too large , so only few tasks can fit on the screen.
- Display all the topics in capital.
Also : Make the pr in UI branch not master branch.
], | ||
child: MaterialApp( | ||
title: "10,000 Hours", | ||
initialRoute: splashScreen.id, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial route is the Onboarding screen
initialRoute: splashScreen.id, | ||
routes: { | ||
|
||
splashScreen.id: (context) => splashScreen(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its SplashScreen and not splashScreen , please check the errors , also add the OnbaordingScreen .
}); | ||
}), | ||
), | ||
CustomButton( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Presently there is a Custom button and FloatingActionButton to do the same thing . Please choose one of the two.
Changes card design
-changed color of card for better readability
-makes the font size bigger
-gives spaces to the text in card(padding)