Skip to content

Commit

Permalink
Updated version of async to support < 3.0.0 and now support sdk 2.0.0…
Browse files Browse the repository at this point in the history
… proper
  • Loading branch information
orthros committed May 15, 2019
1 parent 8089f3f commit 57c5434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: epub
version: 2.0.2
author: Colin Nelson <[email protected]>
description: Epub Parser for Dart. Suitable for use on the Server, the Web, or in Flutter
description: Epub Parser for Dart. Suitable for use on the Server, the Web, or in Flutter
homepage: https://github.com/orthros/dart-epub
environment:
sdk: ">=2.0.0-dev.61.0 <3.0.0"
sdk: ">=2.0.0 <3.0.0"
dependencies:
async: ">=1.8.0 <2.1.0"
async: ">=1.8.0 <3.0.0"
archive: "^2.0.0"
quiver: '>=2.0.0 <3.0.0'
xml: ">=2.6.0 <4.0.0"
image: ">=1.1.33 <3.0.0"
dart2_constant: ^1.0.1
dart2_constant: ^1.0.1
dev_dependencies:
test: "^1.0.0"
path: "^1.5.1"

0 comments on commit 57c5434

Please sign in to comment.