-
Notifications
You must be signed in to change notification settings - Fork 1k
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 required Flutter version 1.20 -> 1.22 #401
Conversation
Since fluttercommunity@971c97a, chewie won't compile with Flutter version lower than 1.22. See flutter/flutter@2032a44 for more information. This commit bumps the required version in `pubspec.yaml` so app developers can upgrade their Flutter installation.
Could you please fix the Lint errors? The checks must pass, then we can merge this :). Thanks |
@Ahmadre The lint issues were caused by a previous PR. I will fix them shortly. |
Oh sure! Didn't encountered that, sorry for the quick merge on my side! Had to double check it! |
maeh we need to rebase first |
Ah you guys are fast. I have merged upstream into my branch. CI should be green now. |
haha yeah sure I wanted to rebase and update this branch, but he was faster XD hahaha |
Since 971c97a, chewie won't compile with Flutter version lower than 1.22. See flutter/flutter@2032a44 for more information. This commit bumps the required version in
pubspec.yaml
so app developers can upgrade their Flutter installation.