Skip to content

Commit c1225ad

Browse files
chalinkevmoo
authored andcommitted
Dart 2 cleanup (flutter#10)
1 parent 6743193 commit c1225ad

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2.0.5
22

3-
* Update SDK to 2.0.0-dev.
3+
* Update SDK constraints to `>=2.0.0-dev <3.0.0`.
44

55
## 2.0.4
66

analysis_options.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

pubspec.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
name: http_multi_server
2-
version: 2.0.5
3-
author: "Dart Team <[email protected]>"
2+
version: 2.0.6-dev
3+
4+
description: A dart:io HttpServer wrapper that handles requests from multiple servers.
5+
author: Dart Team <[email protected]>
46
homepage: https://github.com/dart-lang/http_multi_server
5-
description:
6-
A dart:io HttpServer wrapper that handles requests from multiple servers.
7+
78
environment:
8-
sdk: ">=2.0.0-dev.55.0 <3.0.0"
9+
sdk: '>=2.0.0-dev.55.0 <3.0.0'
10+
911
dependencies:
10-
async: ">=1.2.0 <3.0.0"
12+
async: '>=1.2.0 <3.0.0'
13+
1114
dev_dependencies:
12-
test: ">=0.12.0 <0.13.0"
13-
http: ">=0.11.0 <0.12.0"
15+
http: '>=0.11.0 <0.12.0'
16+
test: '>=0.12.0 <2.0.0'

0 commit comments

Comments
 (0)