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

Usage for not stable version of Flutter SDK [非稳定版本SDK使用依赖的方法] #89

Open
AlexV525 opened this issue Oct 31, 2019 · 6 comments
Labels
note note

Comments

@AlexV525
Copy link
Member

AlexV525 commented Oct 31, 2019

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 with extended_image and extended_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_imageextended_image_library为指定或更低的版本,如代码所示。
我们仍然强烈建议您使用最新的稳定渠道的Flutter SDK。

dependencies:
  extended_image: 0.7.2
  extended_image_library: 0.2.1
@zmtzawqlp zmtzawqlp added the note note label Oct 31, 2019
@zmtzawqlp zmtzawqlp pinned this issue Oct 31, 2019
@zmtzawqlp
Copy link
Member

extended_image for v1.9.1

extended_image: 0.6.7
extended_image_library: 0.1.8

@zmtzawqlp 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 zmtzawqlp changed the title Usage for whose Flutter SDK version base on Flutter sdk Usage for whose Flutter SDK version Dec 11, 2019
@AlexV525 AlexV525 changed the title Usage for whose Flutter SDK version Usage for not stable channel's Flutter SDK [非stable分支SDK使用依赖的方法] Dec 11, 2019
@zmtzawqlp
Copy link
Member

extended_image for v1.5.4

extended_image: 0.5.1
extended_image_library: 0.1.3

@zmtzawqlp 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 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
@zmtzawqlp
Copy link
Member

extended_image for v1.12.13

extended_image: 0.7.2
extended_image_library: 0.2.1

@zmtzawqlp 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 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
@ahyangnb

This comment has been minimized.

@zmtzawqlp
Copy link
Member

v 6.2.2. for flutter 3.0.5 on github v3.0.0 branch
v 6.4.1 for flutter 3.3.0 on github v3.3.0 branch

@zmtzawqlp
Copy link
Member

v 7.0.0 for flutter 3.7.0
v 8.0.0 for flutter 3.10.0

@fluttercandies fluttercandies locked as too heated and limited conversation to collaborators May 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
note note
Projects
None yet
Development

No branches or pull requests

3 participants