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

Commits on Aug 22, 2023

  1. Remove deprecated ImageProvider methods (#4725)

    Have to keep `loadBuffer` since `loadImage` isn't available on 3.7. 
    Fixes flutter/flutter#105336
    LongCatIsLooong authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    354af05 View commit details
    Browse the repository at this point in the history
  2. [flutter_adaptive_scaffold] Fix top padding for NavigationBar (#4661)

    This pr removes the top padding in `MediaQuery` for NavigationBar to fix unexpected padding.
    The `Scaffold` in flutter framework actually did this but this package didn't.
    
    Fix flutter/flutter#127088
    ctrysbita authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c6f758b View commit details
    Browse the repository at this point in the history
  3. [webview_flutter] Update sample code. (#4727)

    Documentation was updated in app-example file but not in `webview_controller.dart`.   
    'output' is a positional parameter now, and `JavascriptMessage` changed to `JavaScriptMessage`
    
    Fixes issue flutter/flutter#132727
    opxdelwin authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d72a5fe View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    3060b1a View commit details
    Browse the repository at this point in the history
Loading