-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: update sdk version, yaru and add CI and release workflows #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.
looks pretty good, mostly stylistic comments
a17770a
to
e56ab06
Compare
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.
Changes look good to me!
@HrX03 you only marked some of the changes dart fix --apply did to constructor placements. do you want me to move them all back? 😮💨 |
If possible yes, sorry!! |
the problem is that the default behaviour of code generated by flutter places the constructor first Bildschirmaufnahme.2024-10-30.um.14.38.41.movdon't you think it makes sense to follow flutter for common lints and practices for a flutter app? |
Don't really like that behaviour either but I see your point, don't know, I'd still prefer to have it the other way around but even the way it is should be okay either way. The only thing I ask then is to have a new line between the constructor and the fields, I'll accept the pr with the new order |
Ping pingy @HrX03 |
Updated:
Added: