File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,12 @@ pub global run flutter_plugin_tools format --plugins package_name
64
64
pub global run flutter_plugin_tools analyze --plugins package_name
65
65
pub global run flutter_plugin_tools test --plugins package_name
66
66
```
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
+
67
73
* ` git commit -a -m "<your informative commit message>" `
68
74
* ` git push origin <name_of_your_branch> `
69
75
Original file line number Diff line number Diff line change 1
1
# Flutter Packages
2
2
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 )
5
4
6
5
This repo is a companion repo to the main [ flutter repo] (
7
6
https://github.com/flutter/flutter ). It contains the source code for Flutter's
You can’t perform that action at this time.
0 commit comments