Skip to content

remove a todo from the frontend_server_client readme #1617

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
May 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions frontend_server_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.1.3-dev


## 2.1.2

- Force kill the frontend server after one second when calling shutdown. It
Expand Down
7 changes: 3 additions & 4 deletions frontend_server_client/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[![pub package](https://img.shields.io/pub/v/frontend_server_client.svg)](https://pub.dev/packages/frontend_server_client)
[![package publisher](https://img.shields.io/pub/publisher/frontend_server_client.svg)](https://pub.dev/packages/frontend_server_client/publisher)

This package provides a client interface around the frontend_server compiler
which ships with the Dart SDK.

## Usage

TODO

## SDK Versioning Policy

This package keeps a relatively tight version constraint on the SDK to allow
Expand Down
2 changes: 1 addition & 1 deletion frontend_server_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: frontend_server_client
version: 2.1.2
version: 2.1.3-dev
description: >-
Client code to start and interact with the frontend_server compiler from the
Dart SDK.
Expand Down