这是indexloc提供的服务,不要输入任何密码
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/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: fengjiongmax/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 18, 2024

  1. Update macOS platform view example code (swift)

    The original macOS platform view code has several syntax errors, and the
    private `NSView` was passed to the `createNativeView` function, not the
    `NativeView` itself, so the function will make no changes to the UI.
    
    This PR fixes those errors, and removes the private `NSView`.
    fengjiongmax committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b288cc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    fcd2965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    975cbce View commit details
    Browse the repository at this point in the history
Loading