Skip to content

Commit bc27db7

Browse files
committed
Upgrade to Dart 2.0
1 parent c62dbb6 commit bc27db7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/launch.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"name": "Dart",
1010
"program": "${workspaceFolder}/test/client_test.dart",
1111
"args": [
12-
"--preview-dart-2"
1312
],
1413
"request": "launch",
1514
"type": "dart"

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ author: ServiceStack, Inc <[email protected]>
44
description: ServiceStack's Dart library providing convenience utilities in developing Dart and flutter apps. Integrates with ServiceStack's Server features including ServiceClient, Error Handling and Validation
55
homepage: https://github.com/ServiceStack/servicestack-dart
66
environment:
7-
sdk: ">=1.19.0 <2.0.0"
7+
sdk: '>=2.0.0-dev.48 <3.0.0'
88
dependencies:
99
http: "^0.11.3+16"
1010
dev_dependencies:
11-
test: "^0.12.33"
11+
flutter_test:
12+
sdk: flutter

0 commit comments

Comments
 (0)