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

Commits on Jul 24, 2024

  1. [gis_web] Allow package:web 1.0.0 (#7203)

    Brackets the package:web dependency in gis_web to allow for `">=0.5.1 <2.0.0"`.
    
    ## Issues
    
    This is needed so we can rebase and land:
    
    * Part of: #7202
    ditman authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    648c92d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Add Linux support to Pigeon (#5100)

    Add Linux support for Pigeon. This has minimal work porting the generator and some manually written generated code so we can review this before implementing the generator support.
    
    flutter/flutter#73740
    robert-ancell authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2c1f713 View commit details
    Browse the repository at this point in the history
  2. Modernize the rest of the index.html files to support WASM compilat…

    …ion (#7192)
    
    Turns out there are a bunch of other `index.html` files that used a different method of Flutter initialization
    
    flutter/flutter#151663
    Rexios80 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    19daf6f View commit details
    Browse the repository at this point in the history
Loading