Skip to content
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

Merged
merged 5 commits into from
Apr 23, 2019

Conversation

efortuna
Copy link
Collaborator

🎉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.

)
]..addAll(lineWidgets),
),
...lineWidgets
Copy link
Contributor

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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤯

Copy link
Contributor

@luigi-rosso luigi-rosso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@filiph
Copy link
Collaborator

filiph commented Apr 23, 2019

giphy-1-1450490434667

LGTM.

Does that mean we should all upgrade our Flutter SDK to some particular version? Sorry if I missed that elsewhere.

@brianegan
Copy link
Collaborator

@filiph Followed Emily's instructions above, latest Dev is working for me:

Flutter 1.5.4 • channel dev • https://github.com/flutter/flutter.git
Framework • revision b593f5167b (22 hours ago) • 2019-04-22 07:51:33 -0700
Engine • revision ca31a7c57b
Tools • Dart 2.3.0 (build 2.3.0-dev.0.1 cf4444b803)

Copy link
Collaborator

@brianegan brianegan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay! Amayzing :)

@brianegan brianegan mentioned this pull request Apr 23, 2019
@efortuna
Copy link
Collaborator Author

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.
If you run flutter upgrade today and you're on the dev branch, you'll get the right version.
On the dart side, it's 2.3.0-dev.0.1.flutter-cf4444b803

@efortuna efortuna merged commit 0d0bf32 into master Apr 23, 2019
@efortuna efortuna deleted the new-dart branch April 23, 2019 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants