Skip to content

Commit 8e71e10

Browse files
committed
chore(release): prepare to publish 0.0.2
1 parent 2e6b775 commit 8e71e10

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ issue_tracker: https://github.com/CompileKernel/native-image-picker-macos/issues
88
topics: [image-picker, files, file-selection]
99

1010
environment:
11-
sdk: ^3.0.0
12-
flutter: ">=3.0.0"
11+
sdk: ^3.3.0
12+
flutter: ">=3.19.0"
1313

1414
dependencies:
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

2020
dev_dependencies:

0 commit comments

Comments
 (0)