|
1 |
| -# Helpful packages for Flutter |
| 1 | +# Flutter plugins |
2 | 2 |
|
3 |
| -This repository contains miscellaneous packages that help you build flutter |
4 |
| -apps. It is maintained by the Flutter team. |
| 3 | +[](https://travis-ci.org/flutter/packages) |
| 4 | +[](https://cirrus-ci.com/github/flutter/packages) |
5 | 5 |
|
6 |
| -# Contributing |
| 6 | +This repo is a companion repo to the main [flutter repo]( |
| 7 | +https://github.com/flutter/flutter). It contains the source code for Flutter's |
| 8 | +first-party packages (i.e., packages developed by the core Flutter team). |
| 9 | +Check the [`packages`](./packages) directory to see all packages. |
| 10 | + |
| 11 | +These packages are also available on [pub](https://pub.dartlang.org/flutter/packages). |
| 12 | + |
| 13 | +## Issues |
| 14 | + |
| 15 | +Please file any issues, bugs, or feature requests in the [main flutter |
| 16 | +repo](https://github.com/flutter/flutter/issues/new). |
| 17 | + |
| 18 | +## Contributing |
| 19 | + |
| 20 | +If you wish to contribute a new package to the Flutter ecosystem, please |
| 21 | +see the documentation for [developing packages](https://flutter.io/developing-packages/). You can store |
| 22 | +your package source code in any GitHub repository (the present repo is only |
| 23 | +intended for packages developed by the core Flutter team). Once your package |
| 24 | +is ready you can [publish](https://flutter.io/developing-packages/#publish) |
| 25 | +to the [pub repository](https://pub.dartlang.org/). |
| 26 | + |
| 27 | +If you wish to contribute a change to any of the existing packages in this repo, |
| 28 | +please review our [contribution guide](https://github.com/flutter/packages/blob/master/CONTRIBUTING.md), |
| 29 | +and send a [pull request](https://github.com/flutter/packages/pulls). |
| 30 | + |
| 31 | +## Plugins |
| 32 | +These are the available packages in this repository. |
| 33 | + |
| 34 | +| Plugin | Pub | |
| 35 | +|--------|-----| |
| 36 | +| [palette_generator](./packages/palette_generator/) | [](https://pub.dartlang.org/packages/palette_generator) | |
7 | 37 |
|
8 |
| -See [CONTRIBUTING.md](CONTRIBUTING.md) for information on contributing to these |
9 |
| -packages. |
|
0 commit comments