-
Notifications
You must be signed in to change notification settings - Fork 45
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
Feature/design system #366
Conversation
static const main96 = Color(0xFFECF5FE); | ||
|
||
// Think colors |
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.
These comments don't really do anything 😅 this is a telltale sign of GPT
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.
It's surprisingly not gpt haha. I split the colors up in different 'sections' and think it looks better if it has a title
@@ -26,21 +28,23 @@ class SnackBarUtil { | |||
} | |||
|
|||
static SnackBarStyleData _getSnackBarStyle(SnackBarStyle style) { | |||
final context = getIt<MainNavigator>().context; | |||
final theme = FlutterTemplateTheme.of(context); | |||
switch (style) { |
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.
Make this a switch expression please :-)
No description provided.