-
Notifications
You must be signed in to change notification settings - Fork 44
Review #6
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
base: main
Are you sure you want to change the base?
Review #6
Conversation
| backgroundColor: AppConstants.hexToColor(AppConstants.appBackgroundColor), | ||
| primaryColorLight: AppConstants.hexToColor(AppConstants.appPrimaryColorLight), | ||
| dividerColor: AppConstants.hexToColor(AppConstants.appBackgroundColorGray), |
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.
dont need this part
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.
FGHHFGDH
| int _counter = 1; | ||
| final nameController = TextEditingController(); | ||
| String name = ""; | ||
| String name = "Marius"; |
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.
| String name = "Marius"; | |
| String name = "Ramona"; |
final x = '';
| }); | ||
| } | ||
|
|
||
| var e = 4; |
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.
just a change request
| Text( | ||
| currentDay == _counter ? "🪙" : "$_counter times de review ", | ||
| style: Theme.of(context).textTheme.headline2, | ||
| ), |
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.
MULTI LINE SELECTION COMMENT
| AppConstants.hexToColor(AppConstants.appPrimaryColorLight), | ||
| dividerColor: | ||
| AppConstants.hexToColor(AppConstants.appBackgroundColorGray), | ||
| backgroundColor: AppConstants.hexToColor(AppConstants.appBackgroundColor), |
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.
DGFSDFS
| elevation: 4, | ||
| backgroundColor: Colors.red, |
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.
MULTIPLE SELECT
No description provided.