Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

update pubspec.yaml with required fields for pub publishing #13

Merged
merged 2 commits into from
May 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion packages/path-provider/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: path_provider
description: Flutter plugin for finding commonly used locations on the filesystem.

version: 0.1.0
description: a Flutter plugin for getting commonly used locations on the filesystem.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins

flutter:
plugin:
Expand Down