-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: impl WelcomeScreen
according to Figma design
#70
feat: impl WelcomeScreen
according to Figma design
#70
Conversation
465cbb9
to
90f7231
Compare
- add some variables to arb files & generated translation files - rename `WelcomePage` to `WelcomeScreen` & update where it is used - impl `WelcomeScreen` widgets - add `primaryLight` color to AppColors - add some welcomeScreen png to project source - add/create `CustomFilledButton`
90f7231
to
d5d66db
Compare
6cd6fe5
to
c9e05f5
Compare
c9e05f5
to
cf20798
Compare
|
||
///to-do #68: add components for this screen after designing process complete | ||
/// by Pouria | ||
class WelcomeScreen extends StatelessWidget { |
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.
@PouriaMoradi021, this screen needs to support multiple themes. The Figma design has been updated with new colors. We can redefine the colors in a separate issue and refactor them across In the whole application. I'll skip refactor this item for now and outline the refactoring plan in a new issue.
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.
issue 74 is created for resolve this item . #74
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.
ok i get it !
@esmaeil-ahmadipour
94e3a76
to
ac651db
Compare
1c468eb
to
477504b
Compare
WelcomePage
toWelcomeScreen
& update where it is usedWelcomeScreen
widgetsprimaryLight
color to AppColors