Skip to content

Commit

Permalink
Fix SDK constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Apr 22, 2019
1 parent 90d8436 commit 9a3eb8d
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
Expand Up @@ -7,8 +7,8 @@ description: A simple, yet powerful state machine framework for Dart supporting
Flutter and web apps.

environment:
sdk: '>=2.3.0 <3.0.0'
sdk: '>=2.3.0-dev <3.0.0'
dev_dependencies:
test: ^1.5.0
build_runner: ^1.2.0
build_web_compilers: ^1.1.0
test: ^1.6.0
build_runner: ^1.3.0
build_web_compilers: ^1.2.0

0 comments on commit 9a3eb8d

Please sign in to comment.