diff --git a/pkg/analysis_server_client/README.md b/pkg/analysis_server_client/README.md index c4cc469958e..7ae141c8735 100644 --- a/pkg/analysis_server_client/README.md +++ b/pkg/analysis_server_client/README.md @@ -1,6 +1,7 @@ -# analysis_server_client +[![pub package](https://img.shields.io/pub/v/analysis_server_client.svg)](https://pub.dev/packages/analysis_server_client) +[![package publisher](https://img.shields.io/pub/publisher/analysis_server_client.svg)](https://pub.dev/packages/analysis_server_client/publisher) -analysis_server_client is a client wrapper over Analysis Server. +`package:analysis_server_client` is a client wrapper over the Analysis Server. ## Overview diff --git a/pkg/analyzer/README.md b/pkg/analyzer/README.md index 6f5102efd19..e1bcdadc224 100644 --- a/pkg/analyzer/README.md +++ b/pkg/analyzer/README.md @@ -1,4 +1,5 @@ -# Analyzer for Dart +[![pub package](https://img.shields.io/pub/v/analyzer.svg)](https://pub.dev/packages/analyzer) +[![package publisher](https://img.shields.io/pub/publisher/analyzer.svg)](https://pub.dev/packages/analyzer/publisher) This package provides a library that performs static analysis of Dart code. It is useful for tool integration and embedding. diff --git a/pkg/analyzer_plugin/README.md b/pkg/analyzer_plugin/README.md index 55fa2faa4ce..ef7af1ba874 100644 --- a/pkg/analyzer_plugin/README.md +++ b/pkg/analyzer_plugin/README.md @@ -1,4 +1,5 @@ -# analyzer_plugin +[![pub package](https://img.shields.io/pub/v/analyzer_plugin.svg)](https://pub.dev/packages/analyzer_plugin) +[![package publisher](https://img.shields.io/pub/publisher/analyzer_plugin.svg)](https://pub.dev/packages/analyzer_plugin/publisher) A framework for building plugins for the analysis server. diff --git a/pkg/dds/README.md b/pkg/dds/README.md index ef1be7db281..86d4e7c7f54 100644 --- a/pkg/dds/README.md +++ b/pkg/dds/README.md @@ -1,3 +1,6 @@ +[![pub package](https://img.shields.io/pub/v/dds.svg)](https://pub.dev/packages/dds) +[![package publisher](https://img.shields.io/pub/publisher/dds.svg)](https://pub.dev/packages/dds/publisher) + A package used to spawn the Dart Developer Service (DDS), which is used to communicate with a Dart VM Service instance and provide extended functionality to the core VM Service Protocol. # Functionality diff --git a/pkg/dds_service_extensions/README.md b/pkg/dds_service_extensions/README.md index 9f50e4f288c..2b06db6e5cf 100644 --- a/pkg/dds_service_extensions/README.md +++ b/pkg/dds_service_extensions/README.md @@ -1,3 +1,6 @@ +[![pub package](https://img.shields.io/pub/v/dds_service_extensions.svg)](https://pub.dev/packages/dds_service_extensions) +[![package publisher](https://img.shields.io/pub/publisher/dds_service_extensions.svg)](https://pub.dev/packages/dds_service_extensions/publisher) + A package used to expand the `package:vm_service` interface with support for RPCs added in the [Dart Developer Service (DDS) protocol][dds-protocol]. [dds-protocol]: https://github.com/dart-lang/sdk/blob/main/pkg/dds/dds_protocol.md diff --git a/pkg/js/README.md b/pkg/js/README.md index 4f75675ab3a..cf4be845fed 100644 --- a/pkg/js/README.md +++ b/pkg/js/README.md @@ -1,3 +1,6 @@ +[![pub package](https://img.shields.io/pub/v/js.svg)](https://pub.dev/packages/js) +[![package publisher](https://img.shields.io/pub/publisher/js.svg)](https://pub.dev/packages/js/publisher) + Use this package when you want to call JavaScript APIs from Dart code, or vice versa. This package's main library, `js`, provides annotations and functions diff --git a/pkg/vm_service/README.md b/pkg/vm_service/README.md index 6c471816515..93083770ba9 100644 --- a/pkg/vm_service/README.md +++ b/pkg/vm_service/README.md @@ -1,6 +1,5 @@ -# vm_service - [![pub package](https://img.shields.io/pub/v/vm_service.svg)](https://pub.dev/packages/vm_service) +[![package publisher](https://img.shields.io/pub/publisher/vm_service.svg)](https://pub.dev/packages/vm_service/publisher) A library to access the VM Service Protocol.