-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
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.
Please fix the warnings from the Dart analysis workflow and run the auto-formatter. Make sure to add trailing commas to get nice formatting.
Most of the warnings come from using double quotes ("
) instead of single quotes ('
) and for not using const
constructors, but double check in the workflow results for more info or in your IDE.
The PR title is good btw, it's just that the check of it is broken. Pushing new commits will run the fixed version of the PR title checker which should accept the title. |
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.
LGTM, did requested changes myself.
Dependencies got auto-updated with the Flutter update
`const` constructors for the `Row` widget were just added in the latest Flutter update
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.
LGTM
No description provided.