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

feat: Terms of use web view #114

Merged
merged 4 commits into from
Mar 10, 2023

Conversation

TikuGaelle
Copy link
Contributor

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Pre-launch Checklist

@@ -8,7 +8,7 @@ class _AppColors {
static Color onErrorW = const Color(0xffFF000D);
// static Color bgColorW = const Color(0xffF7F7F7);
static Color bgColorW = Color(0xffFFFFFF);
static Color onBgColorW = Color(0xffD9D9D9);
static Color onBgColorW = Color(0xffF5F5F5);
Copy link
Contributor

Choose a reason for hiding this comment

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

Have you tested every other screen that uses this color to make sure it doesn't break?

@DesmondTambe is responsible for setting the right color.

Please revert this change.

Copy link
Contributor

Choose a reason for hiding this comment

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

@fonkamloic right colors set already

style: Theme.of(context).textTheme.titleSmall,
),
Divider(
indent: (box.maxWidth / 2) - 100,
Copy link
Contributor

Choose a reason for hiding this comment

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

what does this calculation represent?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The divider does not extend to the device's entire width.
So this calculation approximates the length of the text which is underlined.

jeffrey0606
jeffrey0606 previously approved these changes Mar 9, 2023
@fonkamloic fonkamloic merged commit eea7cb3 into FlutterPlaza:development Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants