mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 22:33:11 +08:00
Add issues/PRs badges to README (#1940)
This commit is contained in:
19
.github/labeler.yml
vendored
19
.github/labeler.yml
vendored
@ -1,5 +1,5 @@
|
||||
'p: animation':
|
||||
- packages/animation/**/*
|
||||
'p: animations':
|
||||
- packages/animations/**/*
|
||||
|
||||
'p: cross_file':
|
||||
- packages/cross_file/**/*
|
||||
@ -13,6 +13,9 @@
|
||||
'p: flutter_image':
|
||||
- packages/flutter_image/**/*
|
||||
|
||||
'p: flutter_lints':
|
||||
- packages/flutter_lints/**/*
|
||||
|
||||
'p: flutter_markdown':
|
||||
- packages/flutter_markdown/**/*
|
||||
|
||||
@ -22,6 +25,12 @@
|
||||
'p: fuchsia_ctl':
|
||||
- packages/fuchsia_ctl/**/*
|
||||
|
||||
'p: go_router':
|
||||
- packages/go_router/**/*
|
||||
|
||||
'p: go_router_builder':
|
||||
- packages/go_router_builder/**/*
|
||||
|
||||
'p: imitation_game':
|
||||
- packages/imitation_game/**/*
|
||||
|
||||
@ -40,14 +49,14 @@
|
||||
'p: pointer_interceptor':
|
||||
- packages/pointer_interceptor/**/*
|
||||
|
||||
'p: rfw':
|
||||
- packages/rfw/**/*
|
||||
|
||||
'p: web_benchmarks':
|
||||
- packages/web_benchmarks/**/*
|
||||
|
||||
'p: xdg_directories':
|
||||
- packages/xdg_directories/**/*
|
||||
|
||||
'p: bsdiff':
|
||||
- third_party/packages/bsdiff/**/*
|
||||
|
||||
'p: cupertino_icons':
|
||||
- third_party/packages/cupertino_icons/**/*
|
||||
|
32
README.md
32
README.md
@ -32,19 +32,19 @@ and send a [pull request](https://github.com/flutter/packages/pulls).
|
||||
|
||||
These are the available packages in this repository.
|
||||
|
||||
| Plugin | Pub |
|
||||
|--------|-----|
|
||||
| [animations](./packages/animations/) | [](https://pub.dev/packages/animations) |
|
||||
| [css\_colors](./packages/css_colors/) | [](https://pub.dev/packages/css_colors) |
|
||||
| [extension\_google\_sign\_in\_as\_googleapis\_auth](./packages/extension_google_sign_in_as_googleapis_auth/) | [](https://pub.dev/packages/extension_google_sign_in_as_googleapis_auth) |
|
||||
| [fuchsia\_ctl](./packages/fuchsia_ctl/) | [](https://pub.dev/packages/fuchsia_ctl) |
|
||||
| [flutter\_image](./packages/flutter_image/) | [](https://pub.dev/packages/flutter_image) |
|
||||
| [flutter\_lints](./packages/flutter_lints/) | [](https://pub.dev/packages/flutter_lints) |
|
||||
| [flutter\_markdown](./packages/flutter_markdown/) | [](https://pub.dev/packages/flutter_markdown) |
|
||||
| [go\_router](./packages/go_router/) | [](https://pub.dev/packages/go_router) |
|
||||
| [go\_router\_builder](./packages/go_router_builder/) | [](https://pub.dev/packages/go_router_builder) |
|
||||
| [multicast\_dns](./packages/multicast_dns/) | [](https://pub.dev/packages/multicast_dns) |
|
||||
| [palette\_generator](./packages/palette_generator/) | [](https://pub.dartlang.org/packages/palette_generator) |
|
||||
| [pigeon](./packages/pigeon/) | [](https://pub.dev/packages/pigeon) |
|
||||
| [pointer\_interceptor](./packages/pointer_interceptor/) | [](https://pub.dev/packages/pointer_interceptor) |
|
||||
| [xdg\_directories](./packages/xdg_directories/) | [](https://pub.dev/packages/xdg_directories) |
|
||||
| Plugin | Pub | Issues | Pull requests |
|
||||
|--------|-----|--------|---------------|
|
||||
| [animations](./packages/animations/) | [](https://pub.dev/packages/animations) | [](https://github.com/flutter/flutter/labels/p%3A%20animations) | [](https://github.com/flutter/packages/labels/p%3A%20animations) |
|
||||
| [css\_colors](./packages/css_colors/) | [](https://pub.dev/packages/css_colors) | [](https://github.com/flutter/flutter/labels/p%3A%20css_colors) | [](https://github.com/flutter/packages/labels/p%3A%20css_colors) |
|
||||
| [extension\_google\_sign\_in\_as\_googleapis\_auth](./packages/extension_google_sign_in_as_googleapis_auth/) | [](https://pub.dev/packages/extension_google_sign_in_as_googleapis_auth) | [](https://github.com/flutter/flutter/labels/p%3A%20extension_google_sign_in_as_googleapis_auth) | [](https://github.com/flutter/packages/labels/p%3A%20extension_google_sign_in_as_googleapis_auth) |
|
||||
| [fuchsia\_ctl](./packages/fuchsia_ctl/) | [](https://pub.dev/packages/fuchsia_ctl) | [](https://github.com/flutter/flutter/labels/p%3A%20fuchsia_ctl) | [](https://github.com/flutter/packages/labels/p%3A%20fuchsia_ctl) |
|
||||
| [flutter\_image](./packages/flutter_image/) | [](https://pub.dev/packages/flutter_image) | [](https://github.com/flutter/flutter/labels/p%3A%20flutter_image) | [](https://github.com/flutter/packages/labels/p%3A%20flutter_image) |
|
||||
| [flutter\_lints](./packages/flutter_lints/) | [](https://pub.dev/packages/flutter_lints) | [](https://github.com/flutter/flutter/labels/p%3A%20flutter_lints) | [](https://github.com/flutter/packages/labels/p%3A%20flutter_lints) |
|
||||
| [flutter\_markdown](./packages/flutter_markdown/) | [](https://pub.dev/packages/flutter_markdown) | [](https://github.com/flutter/flutter/labels/p%3A%20flutter_markdown) | [](https://github.com/flutter/packages/labels/p%3A%20flutter_markdown) |
|
||||
| [go\_router](./packages/go_router/) | [](https://pub.dev/packages/go_router) | [](https://github.com/flutter/flutter/labels/p%3A%20go_router) | [](https://github.com/flutter/packages/labels/p%3A%20go_router) |
|
||||
| [go\_router\_builder](./packages/go_router_builder/) | [](https://pub.dev/packages/go_router_builder) | [](https://github.com/flutter/flutter/labels/p%3A%20go_router_builder) | [](https://github.com/flutter/packages/labels/p%3A%20go_router_builder) |
|
||||
| [multicast\_dns](./packages/multicast_dns/) | [](https://pub.dev/packages/multicast_dns) | [](https://github.com/flutter/flutter/labels/p%3A%20multicast_dns) | [](https://github.com/flutter/packages/labels/p%3A%20multicast_dns) |
|
||||
| [palette\_generator](./packages/palette_generator/) | [](https://pub.dartlang.org/packages/palette_generator) | [](https://github.com/flutter/flutter/labels/p%3A%20palette_generator) | [](https://github.com/flutter/packages/labels/p%3A%20palette_generator) |
|
||||
| [pigeon](./packages/pigeon/) | [](https://pub.dev/packages/pigeon) | [](https://github.com/flutter/flutter/labels/pigeon) | [](https://github.com/flutter/packages/labels/p%3A%20pigeon) |
|
||||
| [pointer\_interceptor](./packages/pointer_interceptor/) | [](https://pub.dev/packages/pointer_interceptor) | [](https://github.com/flutter/flutter/labels/p%3A%20pointer_interceptor) | [](https://github.com/flutter/packages/labels/p%3A%20pointer_interceptor) |
|
||||
| [xdg\_directories](./packages/xdg_directories/) | [](https://pub.dev/packages/xdg_directories) | [](https://github.com/flutter/flutter/labels/p%3A%20xdg_directories) | [](https://github.com/flutter/packages/labels/p%3A%20xdg_directories) |
|
||||
|
Reference in New Issue
Block a user