-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70de3f6
commit 30a84a6
Showing
4 changed files
with
40 additions
and
7 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
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,9 +1,37 @@ | ||
# Helpful packages for Flutter | ||
# Flutter plugins | ||
|
||
This repository contains miscellaneous packages that help you build flutter | ||
apps. It is maintained by the Flutter team. | ||
[![Build Status](https://travis-ci.org/flutter/packages.svg?branch=master)](https://travis-ci.org/flutter/packages) | ||
[![Build Status](https://api.cirrus-ci.com/github/flutter/packages.svg)](https://cirrus-ci.com/github/flutter/packages) | ||
|
||
# Contributing | ||
This repo is a companion repo to the main [flutter repo]( | ||
https://github.com/flutter/flutter). It contains the source code for Flutter's | ||
first-party packages (i.e., packages developed by the core Flutter team). | ||
Check the [`packages`](./packages) directory to see all packages. | ||
|
||
These packages are also available on [pub](https://pub.dartlang.org/flutter/packages). | ||
|
||
## Issues | ||
|
||
Please file any issues, bugs, or feature requests in the [main flutter | ||
repo](https://github.com/flutter/flutter/issues/new). | ||
|
||
## Contributing | ||
|
||
If you wish to contribute a new package to the Flutter ecosystem, please | ||
see the documentation for [developing packages](https://flutter.io/developing-packages/). You can store | ||
your package source code in any GitHub repository (the present repo is only | ||
intended for packages developed by the core Flutter team). Once your package | ||
is ready you can [publish](https://flutter.io/developing-packages/#publish) | ||
to the [pub repository](https://pub.dartlang.org/). | ||
|
||
If you wish to contribute a change to any of the existing packages in this repo, | ||
please review our [contribution guide](https://github.com/flutter/packages/blob/master/CONTRIBUTING.md), | ||
and send a [pull request](https://github.com/flutter/packages/pulls). | ||
|
||
## Plugins | ||
These are the available packages in this repository. | ||
|
||
| Plugin | Pub | | ||
|--------|-----| | ||
| [palette_generator](./packages/palette_generator/) | [![pub package](https://img.shields.io/pub/v/palette_generator.svg)](https://pub.dartlang.org/packages/palette_generator) | | ||
|
||
See [CONTRIBUTING.md](CONTRIBUTING.md) for information on contributing to these | ||
packages. |
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