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: faa26ec364cd
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 31923c805dbb
Choose a head ref
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on Jan 19, 2021

  1. combine release messages and versions (#3435)

    Chris Yang authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    172338d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    bea4b14 View commit details
    Browse the repository at this point in the history
  2. Windows nullsafety prep (#3442)

    shared_preferences_windows depends on path_provider_windows, and both
    use 'ffi'. This relaxes the 'ffi' version constraint on
    shared_preferences_windows to allow path_provider_windows to be migrated
    to null-safety (which requires updating to the nullsafe version of ffi).
    
    Part of flutter/flutter#70229
    stuartmorgan-g authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    f302473 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. [path_provider] Migrate path_provider_windows to nullsafety (#3410)

    Migrates path_provider_windows to null-safety.
    
    Part of flutter/flutter#70229
    stuartmorgan-g authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    31923c8 View commit details
    Browse the repository at this point in the history
Loading