-
Notifications
You must be signed in to change notification settings - Fork 0
first pr #6
base: master
Are you sure you want to change the base?
first pr #6
Conversation
is this gonna get merged or xd? |
@yurtemre7 Yes sorry I'll fixup tv first then look at iOS |
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.
@@ -20,6 +20,9 @@ | |||
# is commented out by default. | |||
#.vscode/ | |||
|
|||
# iOS | |||
ios |
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.
Sorry I have OCD.
ios | |
ios/ |
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.
XD all fine
(currentAmount?.toString() ?? "?") + | ||
" / " + | ||
(totalAmount?.toString() ?? "?"), | ||
(currentAmount?.toString() ?? "?") + " / " + (totalAmount?.toString() ?? "?"), |
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.
I have approximately 0 confidence with Dart but it supports interpolation?
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.
yes dart supports string interpolation
I've tried scanning your code and try to understand that and while I looked at specific points I've found some corrections or way to to improve it.
The only critical thing changed here is the description of an anime, because some times there where some "special chars" like "hyphens (-)" that were not displayed correctly.
The other changes occurred while auto-formatting the code by my IDE, (we better have the same format style though the next time)