From 4e31e7451fae558b0933c42ec42c6551ffa3398b Mon Sep 17 00:00:00 2001 From: Mikolertesx Date: Wed, 19 May 2021 17:37:54 -0500 Subject: [PATCH 1/2] Added Windows to the description Since the plugin is already supposed to support Windows, I think it should mention it as well. --- packages/path_provider/path_provider/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/path_provider/path_provider/README.md b/packages/path_provider/path_provider/README.md index 0c80a5b34075..f629697914ae 100644 --- a/packages/path_provider/path_provider/README.md +++ b/packages/path_provider/path_provider/README.md @@ -2,7 +2,7 @@ [![pub package](https://img.shields.io/pub/v/path_provider.svg)](https://pub.dev/packages/path_provider) -A Flutter plugin for finding commonly used locations on the filesystem. Supports iOS, Android, Linux and MacOS. +A Flutter plugin for finding commonly used locations on the filesystem. Supports iOS, Android, Linux, MacOS and Windows. Not all methods are supported on all platforms. ## Usage From fdb80a28d4787fe107e34092858fa0976080e139 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Thu, 20 May 2021 04:11:36 -0700 Subject: [PATCH 2/2] Fix macOS capitalization, alphabetize list --- packages/path_provider/path_provider/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/path_provider/path_provider/README.md b/packages/path_provider/path_provider/README.md index f629697914ae..47ae6891d294 100644 --- a/packages/path_provider/path_provider/README.md +++ b/packages/path_provider/path_provider/README.md @@ -2,7 +2,7 @@ [![pub package](https://img.shields.io/pub/v/path_provider.svg)](https://pub.dev/packages/path_provider) -A Flutter plugin for finding commonly used locations on the filesystem. Supports iOS, Android, Linux, MacOS and Windows. +A Flutter plugin for finding commonly used locations on the filesystem. Supports Android, iOS, Linux, macOS and Windows. Not all methods are supported on all platforms. ## Usage