Skip to content

Commit 662970f

Browse files
authored
remove a todo from the frontend_server_client readme (#1617)
1 parent 01a6b72 commit 662970f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

frontend_server_client/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.1.3-dev
2+
3+
14
## 2.1.2
25

36
- Force kill the frontend server after one second when calling shutdown. It

frontend_server_client/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
[![pub package](https://img.shields.io/pub/v/frontend_server_client.svg)](https://pub.dev/packages/frontend_server_client)
2+
[![package publisher](https://img.shields.io/pub/publisher/frontend_server_client.svg)](https://pub.dev/packages/frontend_server_client/publisher)
3+
14
This package provides a client interface around the frontend_server compiler
25
which ships with the Dart SDK.
36

4-
## Usage
5-
6-
TODO
7-
87
## SDK Versioning Policy
98

109
This package keeps a relatively tight version constraint on the SDK to allow

frontend_server_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: frontend_server_client
2-
version: 2.1.2
2+
version: 2.1.3-dev
33
description: >-
44
Client code to start and interact with the frontend_server compiler from the
55
Dart SDK.

0 commit comments

Comments
 (0)