mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 14:47:22 +08:00
Add dashboard link to README (#4902)
Currently we have a badge for the build status in the repo README, but not a link to the Flutter dashboard for it which is now the primary source of truth. This adds a link to the official dashboard next to the build status. (Ideally we'd do a dynamic badge based on the actual build status, but I don't know if we have an endpoint we can use to easily get that information, and the `release` badge we already have serves that purspose anyway, so this is fine for now.)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Flutter Packages
|
||||
|
||||
[](https://cirrus-ci.com/github/flutter/packages/main)
|
||||
[](https://github.com/flutter/packages/actions/workflows/release.yml)
|
||||
[](https://flutter-dashboard.appspot.com/#/build?repo=packages)
|
||||
[](https://deps.dev/project/github/flutter%2Fpackages)
|
||||
|
||||
This repo is a companion repo to the main [flutter repo](
|
||||
|
Reference in New Issue
Block a user