From 83f5ad70db6656674cd5d6018d6a606423e76959 Mon Sep 17 00:00:00 2001 From: lakscastro Date: Fri, 15 Jul 2022 13:06:52 -0300 Subject: [PATCH 1/2] (#89) Update description to match `pub.dev` requirements --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 49b10ba..11d6b5c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: shared_storage -description: "Flutter plugin to work with external storage." +description: "Flutter plugin to work with external storage with privacy-friendly APIs." version: 0.4.2 homepage: https://github.com/lakscastro/shared-storage repository: https://github.com/lakscastro/shared-storage From 0815bd2e237f139430c126744fbffbb987bc1bca Mon Sep 17 00:00:00 2001 From: Laks Castro Date: Fri, 15 Jul 2022 15:48:24 -0300 Subject: [PATCH 2/2] (#89) Remove redundant `with` --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 11d6b5c..4aec06c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: shared_storage -description: "Flutter plugin to work with external storage with privacy-friendly APIs." +description: "Flutter plugin to work with external storage and privacy-friendly APIs." version: 0.4.2 homepage: https://github.com/lakscastro/shared-storage repository: https://github.com/lakscastro/shared-storage