-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[file_selector_platform_interface] File selector nnbd #3509
Changes from 4 commits
1322348
8e31e3a
3dcd887
0239d64
52fc320
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 |
---|---|---|
|
@@ -22,8 +22,8 @@ dependencies: | |
dev_dependencies: | ||
flutter_test: | ||
sdk: flutter | ||
mockito: ^4.1.1 | ||
pedantic: ^1.8.0 | ||
mockito: ^5.0.0-nullsafety.5 | ||
pedantic: ^1.10.0-nullsafety.3 | ||
Comment on lines
-25
to
+26
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 think this shouldn't have been pushed in this change. Apologies, I just noticed! 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. Oof, not sure how I missed that. Want to push a quick revert on of this? 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. Here's the revert: #3528 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'm sorry my bad 🥺 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. @SirusCodes not at all, I should have published my comment wayyyyy earlier :) |
||
integration_test: | ||
path: ../../integration_test | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.