From 40e8dfe6bf0cda852dfeecddae487c65c9c95312 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Fri, 14 Aug 2020 18:38:04 +0800 Subject: [PATCH] publish package to pub.dev --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index c0217a6..41fb720 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -3,7 +3,7 @@ description: Demonstrates how to use the photo_gallery plugin. # The following line prevents the package from being accidentally published to # pub.dev using `pub publish`. This is preferred for private packages. -publish_to: 'none' # Remove this line if you wish to publish to pub.dev +# publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: sdk: ">=2.7.0 <3.0.0"