markhallak/AnxietyGo

Create Page 1 of the Signup process

markhallak opened this issue · 4 comments

More info

This is the design for the first page of the signup process. Create a new page identical to the above picture. No functionality is needed.

For the Occupation and Location sections, use the component being developed in issue #33
For the other sections, use the chips_choice_null_safety library to build the chips.

Don't build/add the Next button.

Use SingleChildScrollView as a parent widget to avoid overflow.

Notes:

  • Update your local project before working on the issue
  • File names should use the CamelCase convention
  • Variable names should use the lowerCamelCase convention
  • Frequently used components should be placed inside the lib/components folder
  • Pages should be placed inside the lib/pages folder
  • Format your code before creating a PR
  • Remove any unused imports

Heya @markhallak, can I work on this one please?

Sure!

Heya @markhallak as always I seem to have questions.... Sorry!

Where can I find the right fonts and colours to use for this page?
Do we have a standardised padding or sizing that I should be using?

@alastairrmcneill It is totally okay. I always forget to include necessary information in the issues. It is on me :p

Until now, we haven't decided which font to use or the colors and we are still working on the design guidelines.

So for the colors, use the colors used in the pictures, and for the padding, use whatever you see fit.