Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

chore: set max SDK version to <3.0.0 #67

Merged
merged 1 commit into from
Jul 19, 2018
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 2.0.8

* Set max SDK version to `<3.0.0`.
* Deprecate `DelegatingFuture.typed`, it is not necessary in Dart 2.

## 2.0.7
Expand Down
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
analyzer:
strong-mode: true
errors:
todo: ignore
linter:
Expand Down
10 changes: 7 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: async
version: 2.0.8-dev
author: Dart Team <misc@dartlang.org>
version: 2.0.8

description: Utility functions and classes related to the 'dart:async' library.
author: Dart Team <misc@dartlang.org>
homepage: https://www.github.com/dart-lang/async

environment:
sdk: ">=2.0.0-dev.23.0 <2.0.0"
sdk: '>=2.0.0-dev.23.0 <3.0.0'

dependencies:
collection: ^1.5.0

dev_dependencies:
fake_async: ^1.0.0
stack_trace: ^1.0.0
Expand Down