From def74a2fbd6b0d79d0847bcfd1e9c72ebed3f32c Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Wed, 3 May 2017 14:30:44 +0200 Subject: [PATCH 1/2] update pubspec.yaml with required fields for pub publishing --- packages/path-provider/pubspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/path-provider/pubspec.yaml b/packages/path-provider/pubspec.yaml index a982606241f4..e057b231a92e 100644 --- a/packages/path-provider/pubspec.yaml +++ b/packages/path-provider/pubspec.yaml @@ -1,5 +1,9 @@ name: path_provider + +version: 0.1.0 description: Flutter plugin for finding commonly used locations on the filesystem. +author: Flutter Team +homepage: https://github.com/flutter/plugins flutter: plugin: From 1f8f357e9697bda19a3e020a2d1f6849bee97ab7 Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Wed, 3 May 2017 15:00:16 +0200 Subject: [PATCH 2/2] comments --- packages/path-provider/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/path-provider/pubspec.yaml b/packages/path-provider/pubspec.yaml index e057b231a92e..1ae4656e9455 100644 --- a/packages/path-provider/pubspec.yaml +++ b/packages/path-provider/pubspec.yaml @@ -1,7 +1,7 @@ name: path_provider version: 0.1.0 -description: Flutter plugin for finding commonly used locations on the filesystem. +description: a Flutter plugin for getting commonly used locations on the filesystem. author: Flutter Team homepage: https://github.com/flutter/plugins