Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa95cde07812
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f6c2ed4f3c5a
Choose a head ref
  • 12 commits
  • 123 files changed
  • 4 contributors

Commits on Feb 19, 2021

  1. [path_provider] Migrate examples to null-safety (#3559)

    Allows running the examples in strong mode, even though the integration tests can't yet be.
    
    Converts the macOS example to use the platform interface, rather than the app-facing package, to eliminate the circular dependency. Also does some cleanup and simplification of the desktop example pubspecs.
    
    Does not update versions/changelogs since this won't be explicitly published, given that it's example-only.
    stuartmorgan-g authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    982e1ca View commit details
    Browse the repository at this point in the history
  2. [image_picker_for_web] Add doc comments to point out that some argume…

    …nts aren't supported on the web (#3566)
    
    Re-landing a PR that @ditman messed up!
    
    #3566
    
    Co-authored-by: Jens Becker <[email protected]>
    Co-authored-by: Chris Yang <[email protected]>
    3 people authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    e8b38f6 View commit details
    Browse the repository at this point in the history
  3. [google_maps_flutter] Migrate to NNBD (#3548)

    Migrates the full plugin to null safety.
    stuartmorgan-g authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    849f258 View commit details
    Browse the repository at this point in the history
  4. [url_launcher] Bump platform interface package to stable NNBD (#3570)

    Also enables null safety for the unit tests, which had been opted out.
    stuartmorgan-g authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    2315531 View commit details
    Browse the repository at this point in the history
  5. [in_app_purchase] Migrate to NNBD (#3555)

    Chris Yang authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    0638189 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c10217 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51c6eac View commit details
    Browse the repository at this point in the history
  8. [package_info] Bump version for NNBD stable (#3571)

    Includes:
    - Migrating the example to NNBD
    - Bullet-proofing against null values from the native code; at least the ObjC code can theoretically return nulls.
    stuartmorgan-g authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    72cbcac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f31f3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5817241 View commit details
    Browse the repository at this point in the history
  11. [path_provider] Bump platform packages to NNBD stable (#3575)

    Makes all platform packages stable null-safe releases.
    stuartmorgan-g authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    8e38935 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f6c2ed4 View commit details
    Browse the repository at this point in the history
Loading