Constrain Flutter version - #6
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.1It doesn't seem to work with Flutter 3.9 or lower. Have you tried running |
Further to previous pull request: #5
Since the
devicePixelRatioparam was not added until:flutter/flutter@fdc25a1
The package needs to be constrained to a Flutter version which includes this param.