-
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: Terms of use web view #114
feat: Terms of use web view #114
Conversation
@@ -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); |
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.
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.
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.
@fonkamloic right colors set already
style: Theme.of(context).textTheme.titleSmall, | ||
), | ||
Divider( | ||
indent: (box.maxWidth / 2) - 100, |
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.
what does this calculation represent?
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 divider does not extend to the device's entire width.
So this calculation approximates the length of the text which is underlined.
Description
Type of Change
Pre-launch Checklist
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy,///
).