|
2 | 2 | [![Dart Frog Logo][logo_black]][dart_frog_link_light] |
3 | 3 |
|
4 | 4 | [![ci][ci_badge]][ci_link] |
| 5 | +[![coverage][coverage_badge]][ci_link] |
| 6 | +[![pub package][pub_badge]][pub_link] |
5 | 7 | [![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link] |
6 | 8 | [![License: MIT][license_badge]][license_link] |
7 | 9 | [](https://github.com/felangel/mason) |
@@ -242,13 +244,16 @@ For more information, see the [example][example_link] and our [roadmap][roadmap_ |
242 | 244 | [dart_installation_link]: https://dart.dev/get-dart |
243 | 245 | [ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml/badge.svg |
244 | 246 | [ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml |
| 247 | +[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog/coverage_badge.svg |
245 | 248 | [dart_frog_link_dark]: https://github.com/verygoodopensource/dart_frog#gh-dark-mode-only |
246 | 249 | [dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog#gh-light-mode-only |
247 | 250 | [example_link]: https://github.com/VeryGoodOpenSource/dart_frog/tree/main/example |
248 | 251 | [license_badge]: https://img.shields.io/badge/license-MIT-blue.svg |
249 | 252 | [license_link]: https://opensource.org/licenses/MIT |
250 | 253 | [logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only |
251 | 254 | [logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only |
| 255 | +[pub_badge]: https://img.shields.io/pub/v/dart_frog.svg |
| 256 | +[pub_link]: https://pub.dartlang.org/packages/dart_frog |
252 | 257 | [roadmap_link]: https://github.com/VeryGoodOpenSource/dart_frog/blob/main/ROADMAP.md |
253 | 258 | [very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg |
254 | 259 | [very_good_analysis_link]: https://pub.dev/packages/very_good_analysis |
|
0 commit comments