-
Notifications
You must be signed in to change notification settings - Fork 61
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
Constrain Flutter version #6
base: main
Are you sure you want to change the base?
Conversation
An alternative is to wait until |
Not 100% sure, but i think that change was made to Flutter 3.7.0. As that version was shipped with Dart 2.19.0, I think it is okay to leave the constraints as they are:
I forked this repository, fixed the |
I added a preview version 0.5.0 to the package, you can simply use that one from now on |
Thanks @AlwinFassbender . though I can use it due to:
|
It works with this Flutter version: Flutter 3.10.0-1.3.pre • channel beta • https://github.com/flutter/flutter.git
Framework • revision d11aff97d2 (2 days ago) • 2023-04-19 11:11:05 -0700
Engine • revision a645b36a9b
Tools • Dart 3.0.0 (build 3.0.0-417.2.beta) • DevTools 2.23.1 It doesn't seem to work with Flutter 3.9 or lower. Have you tried running |
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.
LGTM
Further to previous pull request: #5
Since the
devicePixelRatio
param was not added until:flutter/flutter@fdc25a1
The package needs to be constrained to a Flutter version which includes this param.