You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just forked this repo and want to say job well done. I really like the structure and want to contribute all I can. I am seeing quite a few Dart lint recommendations on my end. Would it be ok if I just submitted a PR correcting some of them?
I would say 80% of them are recommending lambda tear-offs which will make the code a lot cleaner:
Now:
After:
The text was updated successfully, but these errors were encountered:
I just forked this repo and want to say job well done. I really like the structure and want to contribute all I can. I am seeing quite a few Dart lint recommendations on my end. Would it be ok if I just submitted a PR correcting some of them?
I would say 80% of them are recommending lambda tear-offs which will make the code a lot cleaner:
Now:
After:
The text was updated successfully, but these errors were encountered: