forked from firebase/flutterfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into flutter/plugins#849
- Loading branch information
Showing
170 changed files
with
2,565 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
FROM cirrusci/flutter:latest | ||
|
||
RUN yes | sdkmanager \ | ||
"platforms;android-27" \ | ||
"build-tools;27.0.3" \ | ||
"extras;google;m2repository" \ | ||
"extras;android;m2repository" \ | ||
"system-images;android-21;default;armeabi-v7a" | ||
|
||
RUN yes | sdkmanager --licenses |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Contributing to Flutter Plugins | ||
# Contributing to FlutterFire | ||
|
||
|
||
[![Build Status](https://api.cirrus-ci.com/github/flutter/plugins.svg)](https://cirrus-ci.com/github/flutter/plugins/master) | ||
[![Build Status](https://api.cirrus-ci.com/github/FirebaseExtended/flutterfire.svg)](https://cirrus-ci.com/github/FirebaseExtended/flutterfire/master) | ||
|
||
_See also: [Flutter's code of conduct](https://flutter.io/design-principles/#code-of-conduct)_ | ||
|
||
|
@@ -16,16 +15,16 @@ _See also: [Flutter's code of conduct](https://flutter.io/design-principles/#cod | |
|
||
|
||
* Ensure all the dependencies described in the previous section are installed. | ||
* Fork `https://github.com/flutter/plugins` into your own GitHub account. If | ||
* Fork `https://github.com/FirebaseExtended/flutterfire` into your own GitHub account. If | ||
you already have a fork, and are now installing a development environment on | ||
a new machine, make sure you've updated your fork so that you don't use stale | ||
configuration options from long ago. | ||
* If you haven't configured your machine with an SSH key that's known to github, then | ||
follow [GitHub's directions](https://help.github.com/articles/generating-ssh-keys/) | ||
to generate an SSH key. | ||
* `git clone [email protected]:<your_name_here>/plugins.git` | ||
* `git clone [email protected]:<your_name_here>/flutterfire.git` | ||
* `cd plugins` | ||
* `git remote add upstream [email protected]:flutter/plugins.git` (So that you | ||
* `git remote add upstream [email protected]:FirebaseExtended/flutterfire.git` (So that you | ||
fetch from the master repository, not your clone, when running `git fetch` | ||
et al.) | ||
|
||
|
@@ -37,7 +36,7 @@ example's directory, run `pub get` to make sure its dependencies have been | |
downloaded, and use `flutter run`. Make sure you have a device connected over | ||
USB and debugging enabled on that device. | ||
|
||
* `cd packages/battery/example` | ||
* `cd packages/cloud_firestore/example` | ||
* `flutter run` | ||
|
||
## Running the tests | ||
|
@@ -61,8 +60,8 @@ flutter drive test/<name_of_plugin>.dart | |
|
||
We gladly accept contributions via GitHub pull requests. | ||
|
||
Please peruse our | ||
[style guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo) and | ||
Please peruse the | ||
[Flutter style guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo) and | ||
[design principles](https://flutter.io/design-principles/) before | ||
working on anything non-trivial. These guidelines are intended to | ||
keep the code consistent and avoid common pitfalls. | ||
|
@@ -85,7 +84,7 @@ pub global run flutter_plugin_tools test --plugins plugin_name | |
To send us a pull request: | ||
|
||
* `git pull-request` (if you are using [Hub](http://github.com/github/hub/)) or | ||
go to `https://github.com/flutter/plugins` and click the | ||
go to `https://github.com/FirebaseExtended/flutterfire` and click the | ||
"Compare & pull request" button | ||
|
||
Please make sure all your checkins have detailed commit messages explaining the patch. | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.