Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9385bbb3cf46
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a8642544730a
Choose a head ref
  • 6 commits
  • 35 files changed
  • 7 contributors

Commits on Feb 13, 2024

  1. [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 : 
    
    ![289014755-4e6787c3-c7c0-454a-9c3f-89730a846302](https://github.com/flutter/packages/assets/97943118/e812f71e-3d31-49d5-975f-74bc28aaaad1)
    
    Now : 
    
    ![289014438-4bc5a965-08e0-4520-984d-e5c054c1f370](https://github.com/flutter/packages/assets/97943118/16e71558-2d18-4eda-91d8-f639365b88e3)
    
    This issue was fixed by this PR :[ #139733 ](flutter/flutter#139733)
    GavrielRosendorn74 authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8d1a5c9 View commit details
    Browse the repository at this point in the history
  2. [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>
    leiatfly and leiatfly authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    49e3f1c View commit details
    Browse the repository at this point in the history
  3. [url_launcher] Add InAppBrowserConfiguration parameter in implement…

    …ations (#5759)
    
    Platform implementation portion of #5166. Implements `InAppBrowserConfiguration` support on Android, as well as support for `InAppBrowserConfiguration.showTitle` parameter for hiding/showing webpage title in Android Custom Tabs.
    Alex-Usmanov authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1bc9fee View commit details
    Browse the repository at this point in the history
  4. [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.
    stuartmorgan-g authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    abb04bb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. [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.
    camsim99 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8c263ef View commit details
    Browse the repository at this point in the history
  2. 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.
    matanlurey authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a864254 View commit details
    Browse the repository at this point in the history
Loading