-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Usage for not stable version of Flutter SDK [非稳定版本SDK使用依赖的方法] #89
Labels
note
note
Comments
extended_image for v1.9.1 extended_image: 0.6.7 |
zmtzawqlp
changed the title
Usage for whose Flutter SDK version is below 1.7.8
Usage for whose Flutter SDK version base on Flutter sdk
Dec 10, 2019
zmtzawqlp
changed the title
Usage for whose Flutter SDK version base on Flutter sdk
Usage for whose Flutter SDK version
Dec 11, 2019
AlexV525
changed the title
Usage for whose Flutter SDK version
Usage for not stable channel's Flutter SDK [非stable分支SDK使用依赖的方法]
Dec 11, 2019
extended_image for v1.5.4 extended_image: 0.5.1 |
zmtzawqlp
changed the title
Usage for not stable channel's Flutter SDK [非stable分支SDK使用依赖的方法]
Usage for not pub build's Flutter SDK [非pub编译版本SDK使用依赖的方法] 最新为1.12
Dec 11, 2019
zmtzawqlp
changed the title
Usage for not pub build's Flutter SDK [非pub编译版本SDK使用依赖的方法] 最新为1.12
Usage for not 1.12 Flutter SDK [非1.12版本SDK使用依赖的方法] 最新为1.12
Dec 13, 2019
This was referenced Dec 13, 2019
extended_image for v1.12.13 extended_image: 0.7.2 |
zmtzawqlp
changed the title
Usage for not 1.12 Flutter SDK [非1.12版本SDK使用依赖的方法] 最新为1.12
Usage for not 1.17 Flutter SDK [非1.12版本SDK使用依赖的方法] 最新为1.17
May 7, 2020
AlexV525
changed the title
Usage for not 1.17 Flutter SDK [非1.12版本SDK使用依赖的方法] 最新为1.17
Usage for not stable version of Flutter SDK [非稳定版本SDK使用依赖的方法]
May 12, 2020
Closed
This comment has been minimized.
This comment has been minimized.
v 6.2.2. for flutter 3.0.5 on github v3.0.0 branch |
v 7.0.0 for flutter 3.7.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some of the newer version (since 0.5.3) of
extended_image
has some BREAKING CHANGES that any SDK version below current stable cannot use this package normally.So in order to use the package below the stable SDK version (such as 1.12), you must specific your
pubspec.yaml
withextended_image
andextended_image_library
to a fixed version, as the code below。Though, we STRONGLY SUGGEST you to use the latest stable version of Flutter SDK.
较新的
extended_image
(自0.5.3起)的部分版本,包含了一些非向前兼容的改动,使得该依赖无法在Flutter SDK版本低于当前稳定版本的环境下使用。若您需要在低于SDK版本(比如1.12.13)的环境下使用该依赖,必须在
pubspec.yaml
内同时指定extended_image
和extended_image_library
为指定或更低的版本,如代码所示。我们仍然强烈建议您使用最新的稳定渠道的Flutter SDK。
The text was updated successfully, but these errors were encountered: