-
Notifications
You must be signed in to change notification settings - Fork 558
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
🎉Bump Dart version required to run the app, and add in Dart 2.3 features.🎉 #41
Conversation
) | ||
]..addAll(lineWidgets), | ||
), | ||
...lineWidgets |
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.
Awesome! (╯°□°)╯︵ ┻━┻
]..addAll( | ||
bug.skillsNeeded.map((Skill skill) => SkillDot(skill)).toList(), | ||
), | ||
for (Skill skill in bug.skillsNeeded) SkillDot(skill) |
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.
🤯
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.
🎉
@filiph Followed Emily's instructions above, latest Dev is working for me:
|
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.
Yay! Amayzing :)
Okay, I made the pubspec very strict about which version of Flutter you're running. This is to ensure reproducibility and so that we can test stability of this branch prior to I/O as much as possible. It's flutter commit hash b593f5167bce84fb3cad5c258477bf3abc1b14eb. |
🎉Attention! Attention! 🎉
I'm looking at bumping up the minimum Dart version so that Emily and I can showcase the new Dart features in our I/O talk.
This means that you need will need to be on the Flutter dev branch right now at a minimum (could be master if you're feeling adventurous) (and if you are and this doesn't work, just make sure that you've run
flutter upgrade
since last Friday).I'm tagging you all just so you can know, and upgrade your flutter version before I actually commit this. I don't feel like it actually really needs review; it's pretty simple.