소스 검색

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

Anatoly Pulyaevskiy 6 년 전
부모
커밋
6b3fc3a42b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      packages/notus/pubspec.yaml

+ 1
- 1
packages/notus/pubspec.yaml 파일 보기

@@ -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