Skip to content

Commit ad51486

Browse files
committed
📝 Update SDK constraints description
1 parent 8072918 commit ad51486

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Breaking changes
1414

1515
- Migrate to non-nullable by default.
16-
- Drop support for Flutter 1.17 .
1716
- `CustomItemBuilder` -> `SpecialItemBuilder`, `CustomItemPosition` -> `SpecialItemPosition` .
1817
- Abstract `AssetPickerBuilderDelegate<A, P>`, `AssetPickerViewerBuilderDelegate<A, P>`,
1918
`AssetPickerProvider<A, P>`, and minify the `AssetPickerViewerProvider<A>`. Support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Althought the package provide selection for assets, it still require users build
100100

101101
### Version constraints
102102

103-
Flutter SDK: `>=1.17.0` .
103+
Flutter SDK: `>=2.0.0` .
104104

105105
If you got an error about `resolve conflict` when running `flutter pub get` , please use `dependency_overrides` to solve it. See [here](#version-resolve-conflict-with-xxx-eg-dartx) .
106106

0 commit comments

Comments
 (0)