Browse Source

Downgrade dependency on Dart SDK for notus to work with current Flutter beta

Anatoly Pulyaevskiy 6 years ago
parent
commit
6b3fc3a42b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      packages/notus/pubspec.yaml

+ 1
- 1
packages/notus/pubspec.yaml View File

5
 homepage: https://github.com/memspace/notus
5
 homepage: https://github.com/memspace/notus
6
 
6
 
7
 environment:
7
 environment:
8
-  sdk: '>=2.0.0-dev.63.0 <2.0.0'
8
+  sdk: '>=2.0.0-dev.58.0 <2.0.0'
9
 
9
 
10
 dependencies:
10
 dependencies:
11
   collection: ^1.14.6
11
   collection: ^1.14.6