Explorar el Código

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

Anatoly Pulyaevskiy hace 6 años
padre
commit
6b3fc3a42b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      packages/notus/pubspec.yaml

+ 1
- 1
packages/notus/pubspec.yaml Ver fichero

@@ -5,7 +5,7 @@ author: Memspace <hello@memspace.app>
5 5
 homepage: https://github.com/memspace/notus
6 6
 
7 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 10
 dependencies:
11 11
   collection: ^1.14.6