Skip to content
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

Generosity challenge introduction by mayor (kids-872) #708

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

Daniela510
Copy link
Contributor

Description

@Daniela510 Daniela510 requested a review from a team as a code owner April 30, 2024 12:39
@github-actions github-actions bot added the enhancement New feature or request label Apr 30, 2024
Comment on lines +76 to +80
),
SvgPicture.asset(
'assets/images/mayor.svg',
height: pictureHeight,
),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the mayor image also be hosted online? I think its a finished asset. What do other people think?

),
const SizedBox(height: 20),
const Text(
'— Mayor of Tulsa',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In design this is:
"— The Mayor of Tulsa"

height: 0.3,
),
),
TextSpan(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Design has 8px spacing between Hi Superheroes and next line

@Daniela510 Daniela510 closed this Apr 30, 2024
@Daniela510 Daniela510 reopened this Apr 30, 2024

// update country iso in shared preferences
final prefs = get_it.getIt<SharedPreferences>();
unawaited(prefs.setString('countryIso', selectedCountry.countryCode));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps add constant for 'countryIso'?

const Text(
'— The Mayor of Tulsa',
style: TextStyle(
color: Color(0xFF003920),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppTheme?

@Daniela510 Daniela510 merged commit f54d3a7 into develop Apr 30, 2024
1 check passed
@Daniela510 Daniela510 deleted the feature/kids-872-mayor-introduction-screen branch April 30, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants