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

Commits on Jun 16, 2021

  1. [url_launcher] Add a workaround for Uri encoding (#3817)

    `Uri`'s constructor doesn't handle query parameters correctly for
    non-http(s) schemes, so the `mailto` example in the README is
    misleading. This updates the README to show using a simple method
    to work around that bug, and a warning about the need to use it.
    
    Fixes flutter/flutter#75552
    Fixes flutter/flutter#73717
    stuartmorgan-g authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f73fe8f View commit details
    Browse the repository at this point in the history
  2. [flutter_plugin_tools] Split common.dart (#4057)

    common.dart is a large-and-growing file containing all shared code,
    which makes it hard to navigate. To make maintenance easier, this splits
    the file (and its test file) into separate files for each major
    component or category.
    stuartmorgan-g authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    d1ddb68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da401ba View commit details
    Browse the repository at this point in the history
Loading