File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.2] - 2025-01-22
11+
12+ ### Changed
13+
14+ - Update minimum supported SDK version to Flutter 3.19/Dart 3.3.
15+ - Update minimum required [ ` image_picker_platform_interface ` ] ( https://pub.dev/packages/image_picker_platform_interface/ ) version to ` 2.10.0 ` .
16+
1017## [ 0.0.1] - 2025-01-22
1118
1219### Added
1320
1421- Initial release.
1522
16- [ unreleased ] : https://github.com/CompileKernel/native-image-picker-macos/compare/v0.0.1...HEAD
23+ [ unreleased ] : https://github.com/CompileKernel/native-image-picker-macos/compare/v0.0.2...HEAD
24+ [ 0.0.2 ] : https://github.com/CompileKernel/native-image-picker-macos/compare/v0.0.1...v0.0.2
1725[ 0.0.1 ] : https://github.com/CompileKernel/native-image-picker-macos/releases/tag/v0.0.1
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ issue_tracker: https://github.com/CompileKernel/native-image-picker-macos/issues
88topics : [image-picker, files, file-selection]
99
1010environment :
11- sdk : ^3.0 .0
12- flutter : " >=3.0 .0"
11+ sdk : ^3.3 .0
12+ flutter : " >=3.19 .0"
1313
1414dependencies :
1515 flutter :
1616 sdk : flutter
17- image_picker_platform_interface : ^2.8 .0
17+ image_picker_platform_interface : ^2.10 .0
1818 meta : ^1.7.0
1919
2020dev_dependencies :
You can’t perform that action at this time.
0 commit comments