Skip to content

Commit

Permalink
update win32 dependency to latest major v5
Browse files Browse the repository at this point in the history
  • Loading branch information
philenius committed May 25, 2023
1 parent 85ecbae commit a36a3ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.3.2
### Desktop (Windows)
Bumps the dependency `win32` to 5.0.2 ([#1281](https://github.com/miguelpruivo/flutter_file_picker/pull/1281)).

## 5.3.1

Bump Dart SDK lower bound to <4.0.0 to support Dart 3
Expand Down
2 changes: 1 addition & 1 deletion lib/src/windows/file_picker_windows.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:file_picker/src/utils.dart';
import 'package:file_picker/src/exceptions.dart';
import 'package:file_picker/src/windows/file_picker_windows_ffi_types.dart';
import 'package:path/path.dart';
import 'package:win32/winrt.dart';
import 'package:win32/win32.dart';

FilePicker filePickerWithFFI() => FilePickerWindows();

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A package that allows you to use a native file explorer to pick sin
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
repository: https://github.com/miguelpruivo/flutter_file_picker
issue_tracker: https://github.com/miguelpruivo/flutter_file_picker/issues
version: 5.3.1
version: 5.3.2

dependencies:
flutter:
Expand All @@ -15,7 +15,7 @@ dependencies:
plugin_platform_interface: ^2.1.4
ffi: ^2.0.1
path: ^1.8.2
win32: ^4.1.3
win32: '^5.0.2'

dev_dependencies:
lints: ^2.0.1
Expand Down

0 comments on commit a36a3ab

Please sign in to comment.