-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Comparing changes
Open a pull request
base repository: flutter/packages
base: 33c2b4e
head repository: flutter/packages
compare: cccf5d2
- 6 commits
- 21 files changed
- 6 contributors
Commits on Nov 2, 2023
-
[flutter_image] [flutter_markdown] Do not use dynamic in an == operat…
…or override (#5298) Fixes flutter/flutter#117838 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [relevant style guides] and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages repo does use `dart format`.) - [x] I signed the [CLA]. - [x] The title of the PR starts with the name of the package surrounded by square brackets, e.g. `[shared_preferences]` - [x] I listed at least one issue that this PR fixes in the description above. - [ ] I updated `pubspec.yaml` with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes]. - [ ] I updated `CHANGELOG.md` to add a description of the change, [following repository CHANGELOG style]. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/packages/blob/main/CONTRIBUTING.md [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [relevant style guides]: https://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat [pub versioning philosophy]: https://dart.dev/tools/pub/versioning [exempt from version changes]: https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version-and-changelog-updates [following repository CHANGELOG style]: https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changelog-style [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
Configuration menu - View commit details
-
Copy full SHA for 9ec7ee6 - Browse repository at this point
Copy the full SHA 9ec7ee6View commit details -
Fixes in preparation for https://dart-review.googlesource.com/c/sdk/+/330561. The change referenced above tightens the `use_build_context_synchronously` lint to ensure that `mounted` is checked on the appropriate `BuildContext` or `State`. This change fixes up violations in the flutter/packages repo in preparation of this new enforcement.
Configuration menu - View commit details
-
Copy full SHA for 8aef4b8 - Browse repository at this point
Copy the full SHA 8aef4b8View commit details -
[google_sign_in] Fix Obj-C formatting bug (#5310)
Fix a formatting mistake from the conversion to Pigeon; the `;` here doesn't affect the behavior, but it's confusing, and makes the autoformatter unhappy.
Configuration menu - View commit details
-
Copy full SHA for 5842d3d - Browse repository at this point
Copy the full SHA 5842d3dView commit details -
[go_router]Fixes the problem what pathParameters is null in redirect …
…when the Router is recreated. (#5258) fixes flutter/flutter#135761
Configuration menu - View commit details
-
Copy full SHA for e4c5159 - Browse repository at this point
Copy the full SHA e4c5159View commit details -
[camerax] Fix
_getResolutionSelectorFromPresetNPE (#5287)Fixes a mistake causing a NPE in `_getResolutionSelectorFromPreset`. Essentially, `boundSize` cannot be null except for one case (choosing the maximum available resolution), but the mistake I made was not allowing for that case to be valid. (1/2 fixes really) Fixes flutter/flutter#135293.
Configuration menu - View commit details
-
Copy full SHA for 5b03a38 - Browse repository at this point
Copy the full SHA 5b03a38View commit details -
[go_router] Fixes crashes when dynamically updates routing tables wit… (
#5242) �h named routes. fixes flutter/flutter#137133
Configuration menu - View commit details
-
Copy full SHA for cccf5d2 - Browse repository at this point
Copy the full SHA cccf5d2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 33c2b4e...cccf5d2