-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Picking incompatible changes to web_adapter v1 #2362
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://pub.dev/packages/melos/versions/6.3.0/changelog ```console scripts/melos_packages.dart:47:23: Error: The getter 'pubSpec' isn't defined for the class 'Package'. - 'Package' is from 'package:melos/src/package.dart' ('../../../.pub-cache/hosted/pub.dev/melos-6.3.1/lib/src/package.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'pubSpec'. .where((e) => e.pubSpec.environment!.sdkConstraint!.allows(current)); ^^^^^^^ ``` (cherry picked from commit ffa1cc6)
Add the ability to change the `FileMode` of the download without altering the default value, which is `FileMode.write`, to make resuming downloads easier to implement by introducing `FileAccessMode` and mapping it to `FileMode` in `DioForNative`. --- Signed-off-by: shehab mohame <shehabman@gmail.com> Co-authored-by: Alex Li <github@alexv525.com> (cherry picked from commit 779ccf0)
(cherry picked from commit 82c3728)
NeverSSL no longer supports H2 headers upgrade without TLS. All alternatives I've searched are not supported: - http://www.gstatic.com/generate_204 - http://http.badssl.com/ - http://flutter.dev/ Surprisingly, http://flutter-io.cn/ supports all functionality. 😮 --------- Signed-off-by: Luke Cheng <2258420+chenglu@users.noreply.github.com> Co-authored-by: Luke Cheng <2258420+chenglu@users.noreply.github.com> (cherry picked from commit 0f1c46e)
Code Coverage Report: Only Changed Files listed
Minimum allowed coverage is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Further implementation of #2281
New Pull Request Checklist
main
branch to avoid conflicts (via merge from master or rebase)CHANGELOG.md
in the corresponding package