A dependency may only have one source 에러
-
[flutter] A dependency may only have one source. 에러flutter/flutter 에러 2019. 6. 14. 10:43
플러터 pubspec.yaml 안에 dev_dependecies 에 mockito 패키지를 하나 추가하고 우측 상단에 packages get 을 눌렀는데 아래와 같은 에러 구문이 나타납니다. Error on line 30, column 5 of pubspec.yaml: A dependency may only have one source. ╷ 30 │ ┌ sdk: flutter 31 │ │ mockito: ^4.1.0 32 │ │ 33 │ │ 34 │ │ # For information on the generic Dart part of this file, see the 35 │ │ # following page: https://www.dartlang.org/tools/pub/pubspec 36 │ │ 37..