Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Dec 9, 2021

  1. [path_provider] Use the application ID in the application support path (

    #2845) (#3077)
    
    Use the existing executable named directory if it exists, to allow backwards
    compatibility to work.
    robert-ancell authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    537cc43 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. [in_app_purchase] Fix upgrading subscription by deferred proration mo…

    …de on android. (#4560)
    
    This PR is for updating the bug of upgrading subscription by deferred mode on android, the purchaseStream of PurchaseStatus will return error.
    
    Fixes [flutter/flutter#94439]
    HiIamAlanOu authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    e74df9b View commit details
    Browse the repository at this point in the history
  2. [shared_preferences] Fix example in readme for mocking values (#4411)

    This fixes the example for mocking values in the readme of shared_preferences.
    After the NNBD migration mock values can only be of type Object.
    ueman authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    f9f6597 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    684c34f View commit details
    Browse the repository at this point in the history
  4. [in_app-purchase] Updated the ReadMe to remove the deprecated `InAppP…

    …urchaseAndroidPlatformAddition.enablePendingPurchases ` method (#4597)
    
    This will resolve flutter/flutter#93837 & this work is just the follow-up from #4527 PR.
    
    We need to update the documentation in the README.md of the in_app_purchase package to remove the instruction of initialization with the deprecated `InAppPurchaseAndroidPlatformAddition.enablePendingPurchases` method.
    
    Fixes flutter/flutter#94977
    dw2kim authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b78018a View commit details
    Browse the repository at this point in the history
  5. [path_provider] Fix handling of null application ID (#4606)

    The lookup of application ID was handling `null` (Dart null), but not
    `nullptr` (Dart representation of a C null pointer), so was throwing an
    exception in applications without an application ID.
    
    This includes the `shared_preferences_linux` example application, so
    this fixes tree breakage.
    stuartmorgan-g authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    e7dbb5f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. [tools] fix typo in tools (#4607)

    Chris Yang authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    a5b664d View commit details
    Browse the repository at this point in the history
Loading