-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Comparing changes
Open a pull request
base repository: flutter/packages
base: 9385bbb3cf46
head repository: flutter/packages
compare: a8642544730a
- 6 commits
- 35 files changed
- 7 contributors
Commits on Feb 13, 2024
-
[google_maps_flutter][iOS 17] takeSnapshot FIX (#5823)
I have fixed the function takeSnapShot for IOS17. Here you got some screenshots of before now : Before :  Now :  This issue was fixed by this PR :[ #139733 ](flutter/flutter#139733)
Configuration menu - View commit details
-
Copy full SHA for 8d1a5c9 - Browse repository at this point
Copy the full SHA 8d1a5c9View commit details -
[flutter_markdown] Use Text.rich to replace RichText in Flutter Markd…
…own (#6062) With this PR, a client can use SelectionArea to handle selected text in Markdown. When setting `selectable` to false, the Markdown widget renders Text, which can be wrapped in SelectionArea for client-defined behavior (i.e., the Markdown widget no longer consumes the selection event). When setting `selectable` to true, the Markdown widget handles the selection behavior, as before this change. This fixes issue #107073 and is related to issue #113530. ## 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 [linked to at least one issue that this PR fixes] in the description above. - [x] I updated `pubspec.yaml` with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes]. - [x] I updated `CHANGELOG.md` to add a description of the change, [following repository CHANGELOG style]. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] 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 [linked to at least one issue that this PR fixes]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [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 --------- Co-authored-by: leiatcornell <16229121+leiatcornell@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 49e3f1c - Browse repository at this point
Copy the full SHA 49e3f1cView commit details -
[url_launcher] Add
InAppBrowserConfigurationparameter in implement…Configuration menu - View commit details
-
Copy full SHA for 1bc9fee - Browse repository at this point
Copy the full SHA 1bc9feeView commit details -
[ci] Allow dependencies on local_auth_ios (#6116)
We aren't quite ready to switch the endorsement to `local_auth_darwin`, so allow `local_auth_ios` for now.
Configuration menu - View commit details
-
Copy full SHA for abb04bb - Browse repository at this point
Copy the full SHA abb04bbView commit details
Commits on Feb 14, 2024
-
[google_maps_flutter][iOS 12] Skip
testTakeSnapshot(#6120)Skips `testTakeSnapshot` test re-enabeld by #5823, but causing failures and blocking the `flutter/packages` tree, e.g. https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_arm64%20ios_platform_tests_shard_2%20master/1697/overview.
Configuration menu - View commit details
-
Copy full SHA for 8c263ef - Browse repository at this point
Copy the full SHA 8c263efView commit details -
Allow deprecated members from the Dart SDK/Flutter Framework to roll …
…in (#6111) Namely, without breaking the tree. This is a deliberate policy decision change. See flutter/flutter#143312.
Configuration menu - View commit details
-
Copy full SHA for a864254 - Browse repository at this point
Copy the full SHA a864254View 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 9385bbb3cf46...a8642544730a