-
Notifications
You must be signed in to change notification settings - Fork 712
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
Updated dependencies #1664
Updated dependencies #1664
Changes from all commits
19c8a41
1a62dbc
8a5fe8c
1238db8
920c1b1
febee19
faefdea
5192234
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,21 @@ 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: 8.3.2 | ||
version: 8.3.3 | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
flutter_web_plugins: | ||
sdk: flutter | ||
|
||
flutter_plugin_android_lifecycle: ^2.0.17 | ||
flutter_plugin_android_lifecycle: ^2.0.22 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @vicajilau Do we update the changelog & version? Or do we just roll this in with the next bugfix/patch etc. ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have already added it @navaronbracke. I have taken the trouble to upload the versions of the CI/CD dependencies as well. If you don't like it, I'll revert it 😉 |
||
plugin_platform_interface: ^2.1.8 | ||
ffi: ^2.0.1 | ||
path: ^1.8.2 | ||
win32: ^5.5.1 | ||
cross_file: ^0.3.3+7 | ||
web: ^1.0.0 | ||
ffi: ^2.1.3 | ||
path: ^1.9.0 | ||
win32: ^5.9.0 | ||
cross_file: ^0.3.4+2 | ||
web: ^1.1.0 | ||
|
||
dev_dependencies: | ||
lints: ^4.0.0 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version 8.3.2 was already published. So this changelog entry will either need to be removed, or moved to 8.3.3 (with a version bump in the pubspec)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed!! 👍