Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[pull] master from flutter:master #658

Merged
merged 12 commits into from
Feb 22, 2021
Merged

[pull] master from flutter:master #658

merged 12 commits into from
Feb 22, 2021

Commits on Feb 22, 2021

  1. [connectivity_macos] move NNBD to stable (#3588)

    Chris Yang authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e8c8cf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3ab071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1baec7a View commit details
    Browse the repository at this point in the history
  4. [url_launcher] Update platforms to NNBD stable (#3584)

    Updates all versions to stable.
    
    Converts all desktop examples to null-safety, and migrates Linux and
    macOS to use platform interface for examples rather than app-facing
    package to eliminate circular dependencies (implementation copied
    directly from Windows).
    stuartmorgan authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    6c57e87 View commit details
    Browse the repository at this point in the history
  5. [battery] Bump version for NNBD stable (#3594)

    Also replaces Mockito with test/Fake since the usage is a simple fake.
    stuartmorgan authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    f14eaec View commit details
    Browse the repository at this point in the history
  6. [path_provider] Update to stable NNBD (#3582)

    Bumps the versions in the app-facing package to make it stable NNBD.
    
    Changes the interface of four core methods to non-nullable, and adds a new exceptions if they aren't provided by the platform implementations. The list is somewhat arbitrary, but these seem like the four that are core enough that any implementation should either provide them, or explicitly say they don't have such a concept via UnsupportedError, since there isn't an obvious way for a developer to fall back if they are unexpectedly missing.
    stuartmorgan authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    bb3fc5a View commit details
    Browse the repository at this point in the history
  7. [connectivity_macos] fix version (#3599)

    Chris Yang authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    b98d725 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0838c82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61a736f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ea8ef8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3996449 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f29f9e View commit details
    Browse the repository at this point in the history