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: 49eac1f
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: be18d28
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 6, 2023

  1. [flutter_markdown] Strip leading whitespace from list items (#5294)

    In line with standard Markdown practice, whitespace at the beginning of list items is removed.
    
    Fixes [Flutter issue #134847
    ](flutter/flutter#134847)
    krozett authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    03062da View commit details
    Browse the repository at this point in the history
  2. [pigeon]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.10 …

    …to 1.9.20 in /packages/pigeon/platform_tests/test_plugin/android (#5334)
    
    Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.20.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-gradle-plugin's releases</a>.</em></p>
    <blockquote>
    <h2>Kotlin 1.9.20</h2>
    <h2>1.9.20</h2>
    <h3>Analysis. API</h3>
    <h4>New Features</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-58834"><code>KT-58834</code></a> Analysis API: Add source shadowing feature to resolve extensions</li>
    </ul>
    <h4>Performance Improvements</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-57515"><code>KT-57515</code></a> LL FIR: Performance bottleneck in <code>CompositeModificationTracker.getModificationCount</code></li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59266"><code>KT-59266</code></a> K2: optimize FirElementBuilder.getOrBuildFir for elements outside body</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59454"><code>KT-59454</code></a> K2: drop resolve from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59453"><code>KT-59453</code></a> K2: completion regression from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59189"><code>KT-59189</code></a> Analysis API: KtFirKDocReference.resolveToSymbols is slow</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-58125"><code>KT-58125</code></a> K2: LL FIR: <code>KtToFirMapping.getElement</code> is slow for <code>KtUserType</code>s due to on-air resolution of types</li>
    </ul>
    <h4>Fixes</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59240"><code>KT-59240</code></a> K2: FirLazyResolveContractViolationException: <code>lazyResolveToPhase(IMPORTS)</code> cannot be called from a transformer with a phase IMPORTS from superTypes</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-58499"><code>KT-58499</code></a> K2: FirLazyBlock should be calculated before accessing</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-57966"><code>KT-57966</code></a> K2: Analysis API: Reference Shortener does not work correctly when called on entire file</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60954"><code>KT-60954</code></a> K2: Analysis API: Reference shortener does not work correctly with variable assignments</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60940"><code>KT-60940</code></a> K2: Analysis API: Reference shortener incorrectly handles types in vararg parameters declarations</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60488"><code>KT-60488</code></a> Analysis API: forbid providing custom KtLifetimeToken for every analyze call</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60728"><code>KT-60728</code></a> K2: proper support for scripts in LL FIR transformers</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59159"><code>KT-59159</code></a> K2 IDE: declaration is not found exception</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59297"><code>KT-59297</code></a> K2: exception from body resolve leads to corrupted state and broken analysis</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59077"><code>KT-59077</code></a> KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in function calls</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60586"><code>KT-60586</code></a> K2: forbid analyze from write action</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-57743"><code>KT-57743</code></a> K2 IDE: StackOverflowError from LLFirSessionCache for simple JPS project with cyclic dependencies</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-61026"><code>KT-61026</code></a> K2 Scripts: FirLazyExpression should be calculated before accessing from on-air resolve</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60357"><code>KT-60357</code></a> K2 IDE. Reified types parameters are not resolved in a function body</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60317"><code>KT-60317</code></a> K2 IDE. IAE &quot;This method will only work on compiled declarations, but this declaration is not compiled&quot; on invoking Find Usages for enum method in library</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60706"><code>KT-60706</code></a> K2 IDE: FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60552"><code>KT-60552</code></a> K2: merge StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING transformer</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60641"><code>KT-60641</code></a> Analysis API:  Scope for class org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found exception when stdlib is missing</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-54846"><code>KT-54846</code></a> Analysis API: add isExpect/isActual to KtSymbol</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60448"><code>KT-60448</code></a> FirLazyResolveContractViolationException: <code>lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS)</code> cannot be called from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen plugin</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59342"><code>KT-59342</code></a> K2 IDE. FirLazyResolveContractViolationException: <code>lazyResolveToPhase(TYPES)</code> cannot be called from a transformer with a phase TYPES</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59687"><code>KT-59687</code></a> K2: Implement proper body update for in-block modifications</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59329"><code>KT-59329</code></a> Resolve Extensions reference resolution breaks Find Usages</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60295"><code>KT-60295</code></a> K2: move checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver to LLFirTypeLazyResolver</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59758"><code>KT-59758</code></a> K2: Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource from ReturnTypeCalculatorWithJump</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60377"><code>KT-60377</code></a> K2 IDE: This method will only work on compiled declarations, but this declaration is not compiled</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59685"><code>KT-59685</code></a> K2: rewrite on-air resolution</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60132"><code>KT-60132</code></a> K2: properties and functions without a name should be re-analyzable as well</li>
    </ul>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md">org.jetbrains.kotlin:kotlin-gradle-plugin's changelog</a>.</em></p>
    <blockquote>
    <h2>1.9.20</h2>
    <h3>Analysis. API</h3>
    <h4>New Features</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-58834"><code>KT-58834</code></a> Analysis API: Add source shadowing feature to resolve extensions</li>
    </ul>
    <h4>Performance Improvements</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-57515"><code>KT-57515</code></a> LL FIR: Performance bottleneck in <code>CompositeModificationTracker.getModificationCount</code></li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59266"><code>KT-59266</code></a> K2: optimize FirElementBuilder.getOrBuildFir for elements outside body</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59454"><code>KT-59454</code></a> K2: drop resolve from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59453"><code>KT-59453</code></a> K2: completion regression from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59189"><code>KT-59189</code></a> Analysis API: KtFirKDocReference.resolveToSymbols is slow</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-58125"><code>KT-58125</code></a> K2: LL FIR: <code>KtToFirMapping.getElement</code> is slow for <code>KtUserType</code>s due to on-air resolution of types</li>
    </ul>
    <h4>Fixes</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59240"><code>KT-59240</code></a> K2: FirLazyResolveContractViolationException: <code>lazyResolveToPhase(IMPORTS)</code> cannot be called from a transformer with a phase IMPORTS from superTypes</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-58499"><code>KT-58499</code></a> K2: FirLazyBlock should be calculated before accessing</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-57966"><code>KT-57966</code></a> K2: Analysis API: Reference Shortener does not work correctly when called on entire file</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60954"><code>KT-60954</code></a> K2: Analysis API: Reference shortener does not work correctly with variable assignments</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60940"><code>KT-60940</code></a> K2: Analysis API: Reference shortener incorrectly handles types in vararg parameters declarations</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60488"><code>KT-60488</code></a> Analysis API: forbid providing custom KtLifetimeToken for every analyze call</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60728"><code>KT-60728</code></a> K2: proper support for scripts in LL FIR transformers</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59159"><code>KT-59159</code></a> K2 IDE: declaration is not found exception</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59297"><code>KT-59297</code></a> K2: exception from body resolve leads to corrupted state and broken analysis</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59077"><code>KT-59077</code></a> KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in function calls</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60586"><code>KT-60586</code></a> K2: forbid analyze from write action</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-57743"><code>KT-57743</code></a> K2 IDE: StackOverflowError from LLFirSessionCache for simple JPS project with cyclic dependencies</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-61026"><code>KT-61026</code></a> K2 Scripts: FirLazyExpression should be calculated before accessing from on-air resolve</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60357"><code>KT-60357</code></a> K2 IDE. Reified types parameters are not resolved in a function body</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60317"><code>KT-60317</code></a> K2 IDE. IAE &quot;This method will only work on compiled declarations, but this declaration is not compiled&quot; on invoking Find Usages for enum method in library</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60706"><code>KT-60706</code></a> K2 IDE: FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60552"><code>KT-60552</code></a> K2: merge StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING transformer</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60641"><code>KT-60641</code></a> Analysis API:  Scope for class org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found exception when stdlib is missing</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-54846"><code>KT-54846</code></a> Analysis API: add isExpect/isActual to KtSymbol</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60448"><code>KT-60448</code></a> FirLazyResolveContractViolationException: <code>lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS)</code> cannot be called from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen plugin</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59342"><code>KT-59342</code></a> K2 IDE. FirLazyResolveContractViolationException: <code>lazyResolveToPhase(TYPES)</code> cannot be called from a transformer with a phase TYPES</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59687"><code>KT-59687</code></a> K2: Implement proper body update for in-block modifications</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59329"><code>KT-59329</code></a> Resolve Extensions reference resolution breaks Find Usages</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60295"><code>KT-60295</code></a> K2: move checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver to LLFirTypeLazyResolver</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59758"><code>KT-59758</code></a> K2: Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource from ReturnTypeCalculatorWithJump</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60377"><code>KT-60377</code></a> K2 IDE: This method will only work on compiled declarations, but this declaration is not compiled</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59685"><code>KT-59685</code></a> K2: rewrite on-air resolution</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60132"><code>KT-60132</code></a> K2: properties and functions without a name should be re-analyzable as well</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59199"><code>KT-59199</code></a> K2 IDE: PSI changes which do not cause OOB modifications can be unseen from the FIR elements</li>
    </ul>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/JetBrains/kotlin/commit/eaa46a80684e0980e5b70759718640b9feb3b8d3"><code>eaa46a8</code></a> Add changelog for 1.9.20 release</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/8ac51de3a8af1693a2755e84326a9a2db6b94d39"><code>8ac51de</code></a> Add changelog for 1.9.20-RC2</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/508e032030cbb9a97f1577348622b7dd202b89d7"><code>508e032</code></a> [K/JS] Remove unconditional cast to IrClass in KClass expression</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/d700cd13ac5c6d38e6b4f28f8ed0ca538351b4b2"><code>d700cd1</code></a> [FE] 1.9.20 exclusive commit. Fix testData after previous two commits</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/22b9d5059257243feaf29612e82dac3af34697ae"><code>22b9d50</code></a> [FE 1.0] 2/2 Don't report a warning when new members are added to open expect...</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/29cf556377a51ea10e586ad9b832e278071f81c5"><code>29cf556</code></a> [FE 1.0] 1/2 Don't report a warning when new supertypes are added to open exp...</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/40cf415fd6120d0ae56236a1e9999d61242787d5"><code>40cf415</code></a> [FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/4408d898c0fff67c16b080fbd693e6c3b6278515"><code>4408d89</code></a> [FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg) a...</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/6982fa18d7a86fda3a2f218e808fcff34a62b132"><code>6982fa1</code></a> [FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/882f468a400fe52759c7b7e72ae93b70f11f5bbc"><code>882f468</code></a> [STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlib</li>
    <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.20">compare view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlin:kotlin-gradle-plugin&package-manager=gradle&previous-version=1.9.10&new-version=1.9.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    </details>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    62649a4 View commit details
    Browse the repository at this point in the history
  3. Roll Flutter from 29b2516 to f5a9835 (101 revisions) (#5341)

    Roll Flutter from 29b2516 to f5a9835 (101 revisions)
    
    flutter/flutter@29b2516...f5a9835
    
    2023-11-06 gspencergoog@users.noreply.github.com Check sample links for malformed links (flutter/flutter#137807)
    2023-11-06 iinozemtsev@google.com Change cast in json parsing (flutter/flutter#137708)
    2023-11-06 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Update BottomNavigationBar tests for M3" (flutter/flutter#137948)
    2023-11-06 engine-flutter-autoroll@skia.org Roll Packages from cccf5d2 to 49eac1f (2 revisions) (flutter/flutter#137943)
    2023-11-06 leroux_bruno@yahoo.fr Update BottomNavigationBar tests for M3 (flutter/flutter#136624)
    2023-11-06 engine-flutter-autoroll@skia.org Roll Flutter Engine from 4f6ed31bd8bd to bdfa8aa8f81f (1 revision) (flutter/flutter#137941)
    2023-11-06 engine-flutter-autoroll@skia.org Roll Flutter Engine from b9b3269b0b2c to 4f6ed31bd8bd (2 revisions) (flutter/flutter#137935)
    2023-11-06 tessertaha@gmail.com Provide a helpful error message when `ColorScheme.brightness` doesn't match `ThemeData.brightness` (flutter/flutter#137611)
    2023-11-06 engine-flutter-autoroll@skia.org Roll Flutter Engine from 555ffa17b55c to b9b3269b0b2c (1 revision) (flutter/flutter#137933)
    2023-11-06 andrewrkolos@gmail.com Fix tool exit message shown when user provides a non-list to "assets" for a deferred component (flutter/flutter#137837)
    2023-11-06 engine-flutter-autoroll@skia.org Roll Flutter Engine from 0d8c7ceacc01 to 555ffa17b55c (1 revision) (flutter/flutter#137921)
    2023-11-06 engine-flutter-autoroll@skia.org Roll Flutter Engine from 11d66db97d3f to 0d8c7ceacc01 (1 revision) (flutter/flutter#137920)
    2023-11-05 engine-flutter-autoroll@skia.org Roll Flutter Engine from a7592e42464c to 11d66db97d3f (1 revision) (flutter/flutter#137914)
    2023-11-05 engine-flutter-autoroll@skia.org Roll Flutter Engine from 1c6bd97e2288 to a7592e42464c (1 revision) (flutter/flutter#137912)
    2023-11-05 engine-flutter-autoroll@skia.org Roll Flutter Engine from daf18fe46b72 to 1c6bd97e2288 (1 revision) (flutter/flutter#137908)
    2023-11-04 engine-flutter-autoroll@skia.org Roll Flutter Engine from a45e679828e6 to daf18fe46b72 (1 revision) (flutter/flutter#137904)
    2023-11-04 engine-flutter-autoroll@skia.org Roll Flutter Engine from fb2a9c20141e to a45e679828e6 (1 revision) (flutter/flutter#137903)
    2023-11-04 engine-flutter-autoroll@skia.org Roll Flutter Engine from 576833873c15 to fb2a9c20141e (1 revision) (flutter/flutter#137900)
    2023-11-04 engine-flutter-autoroll@skia.org Roll Flutter Engine from 25f5e285f874 to 576833873c15 (1 revision) (flutter/flutter#137898)
    2023-11-04 engine-flutter-autoroll@skia.org Roll Flutter Engine from 7282a5d94ab6 to 25f5e285f874 (2 revisions) (flutter/flutter#137892)
    2023-11-04 engine-flutter-autoroll@skia.org Roll Flutter Engine from b66a87626300 to 7282a5d94ab6 (2 revisions) (flutter/flutter#137887)
    2023-11-04 sokolovskyi.konstantin@gmail.com HeroController should dispatch creation and disposal events. (flutter/flutter#137835)
    2023-11-04 engine-flutter-autoroll@skia.org Roll Flutter Engine from ec20731de6ff to b66a87626300 (1 revision) (flutter/flutter#137877)
    2023-11-03 thesonerik@gmail.com InheritedElement.removeDependent() (flutter/flutter#129210)
    2023-11-03 goderbauer@google.com Remove unused generic type from BottomSheet (flutter/flutter#137791)
    2023-11-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from 035740c1f90e to ec20731de6ff (2 revisions) (flutter/flutter#137872)
    2023-11-03 dacoharkes@google.com Pin dart-lang/native dependencies (flutter/flutter#137601)
    2023-11-03 chris@bracken.jp Send caret rect to embedder on selection update (flutter/flutter#137863)
    2023-11-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from 677040f10f65 to 035740c1f90e (4 revisions) (flutter/flutter#137871)
    2023-11-03 cbobbe@zulip.com Tooltip docs: Recommend setting preferBelow to false in theme (flutter/flutter#135879)
    2023-11-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from f363a6e5e093 to 677040f10f65 (2 revisions) (flutter/flutter#137861)
    2023-11-03 98614782+auto-submit[bot]@users.noreply.github.com Reverts "[Android] Support Android 34" (flutter/flutter#137865)
    2023-11-03 sokolovskyi.konstantin@gmail.com InkFeature should dispatch creation and disposal events. (flutter/flutter#137793)
    2023-11-03 sokolovskyi.konstantin@gmail.com AppLifecycleListener should dispatch creation and disposal events. (flutter/flutter#137840)
    2023-11-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from d5ccb5b1b706 to f363a6e5e093 (2 revisions) (flutter/flutter#137858)
    2023-11-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from 72262a238090 to d5ccb5b1b706 (3 revisions) (flutter/flutter#137857)
    2023-11-03 hans.muller@gmail.com Updated the nested navigation NavigationBar example (flutter/flutter#137788)
    2023-11-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from 0415a4f5e2a2 to 72262a238090 (2 revisions) (flutter/flutter#137853)
    2023-11-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from 8531c5935356 to 0415a4f5e2a2 (1 revision) (flutter/flutter#137847)
    2023-11-03 jonahwilliams@google.com Roll flutter gallery version forward. (flutter/flutter#137846)
    2023-11-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from 43653c5a3ec8 to 8531c5935356 (1 revision) (flutter/flutter#137845)
    2023-11-03 engine-flutter-autoroll@skia.org Roll Packages from 33c2b4e to cccf5d2 (6 revisions) (flutter/flutter#137841)
    2023-11-03 matej.knopp@gmail.com [web] dispatch corresponding keyup events in text editing integrations (flutter/flutter#136874)
    2023-11-03 41873024+droidbg@users.noreply.github.com [leak-tracking] Add more leak tracking in test/painting #3 (flutter/flutter#136170)
    2023-11-03 polinach@google.com Upgrade leak_tracker and remove some deps in allow list. (flutter/flutter#137806)
    2023-11-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from fc7c3f70c076 to 43653c5a3ec8 (1 revision) (flutter/flutter#137827)
    ...
    engine-flutter-autoroll authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    be18d28 View commit details
    Browse the repository at this point in the history
Loading