Skip to content

Commit f9f9f15

Browse files
committed
Review Changes
1 parent ab93a7c commit f9f9f15

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ pub global run flutter_plugin_tools format --plugins package_name
6464
pub global run flutter_plugin_tools analyze --plugins package_name
6565
pub global run flutter_plugin_tools test --plugins package_name
6666
```
67+
* Check that the package can be published (but don't publish it until it has landed!):
68+
69+
```
70+
cd packages/package_name; pub publish --dry-run
71+
```
72+
6773
* `git commit -a -m "<your informative commit message>"`
6874
* `git push origin <name_of_your_branch>`
6975

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Flutter Packages
22

3-
[![Build Status](https://travis-ci.org/flutter/packages.svg?branch=master)](https://travis-ci.org/flutter/packages)
4-
[![Build Status](https://api.cirrus-ci.com/github/flutter/packages.svg)](https://cirrus-ci.com/github/flutter/packages)
3+
[![Build Status](https://api.cirrus-ci.com/github/flutter/packages.svg)](https://cirrus-ci.com/github/flutter/packages/master)
54

65
This repo is a companion repo to the main [flutter repo](
76
https://github.com/flutter/flutter). It contains the source code for Flutter's

0 commit comments

Comments
 (0)