-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Conversation
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.
Thanks for the fix @natebosch, before merging we'll have to bump the version in the pubspec + CHANGELOG so this becomes publishable!
I bumped to a There is no need to publish just for this - it won't have any real impact for places where it is fetched from pub. Where this will make a difference is google3. |
I need to do a quick real world test with this, I remember Safari having trouble when parsing Blob URLs before doing the ajax fetch. I'll merge this once that's done. Also, there's a similar package: |
There should be no impact. That
Thanks! Note that this won't have an impact on any package until it changes it's dependency constraints in |
It looks like tests are failing due to the Since this repo doesn't take that approach which is prefered - do you eagerly bump the version when the code changes even without user facing changes, or do you wait to bump the version until there is a user facing change to document in the changelog? |
@natebosch yes, let's bump the minor version and document in the CHANGELOG that this passes Thanks for the clarification about the major version and the links to the http source! |
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.
LGTM, thanks for the fix @natebosch!
Prepare for dart-lang/http#375
There is no need to publish until there are other changes. This change is only needed for places where it will be used with `package:http` at a version newer than the pubspec constraint allows.
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
@googlebot I consent. |
* master: [q-w] Update Flutter SDK constraint (flutter#3323) [i-p] Update Flutter SDK constraint (flutter#3322) [d-g] Update Flutter SDK constraint (flutter#3321) [a-c] Update Flutter SDK constraint (flutter#3320) [image_picker_platform_interface] Pass Uri to package:http APIs (flutter#3309) Exclude null-safe plugins from testing on stable (flutter#3318) [documentation] [url_launcher] fix for readme code sample (flutter#3308) # Conflicts: # packages/webview_flutter/CHANGELOG.md
…ter#3309) This is in preparation for dart-lang/http#375
…ter#3309) This is in preparation for dart-lang/http#375
…m-changes * upstream-share-final-null-release: (233 commits) [q-w] Update Flutter SDK constraint (flutter#3323) [i-p] Update Flutter SDK constraint (flutter#3322) [d-g] Update Flutter SDK constraint (flutter#3321) [a-c] Update Flutter SDK constraint (flutter#3320) [image_picker_platform_interface] Pass Uri to package:http APIs (flutter#3309) Exclude null-safe plugins from testing on stable (flutter#3318) [documentation] [url_launcher] fix for readme code sample (flutter#3308) [camera] Add zoom support to platform interface (flutter#3312) update analysis options for nnbd (flutter#3319) [camera] Suppress unchecked cast warning in java test (flutter#3316) [image_picker] [integration_test] Fixes to make the tree green (flutter#3317) [camera] Expanded platform interface to support setting flash mode (flutter#3313) [Espresso] Android Code Inspection and Clean up (flutter#3111) [camera] Add `camera_platform_interface` package (flutter#3253) [camera] Support Android 30 (flutter#3299) bump integration test to 1.0.0 (flutter#3295) [android_alarm_manager] fix AndroidManifest.xml for android lint issue "XML tag has empty body" (flutter#3288) Use testWidgets instead of test to fix failures not surfacing on CI (flutter#3279) [file_selector_platform_interface] Migrate to cross_file package (flutter#3286) Fix broken link (flutter#3280) ...
Prepare for dart-lang/http#375