<코드>
dependencies:
flutter:
sdk: flutter
permission_handler: ^8.3.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
<터미널>
C:\flutter_windows_3.10.6-stable\flutter\bin\flutter.bat --no-color pub get
Resolving dependencies...
Error on line 32, column 5 of pubspec.yaml: A dependency may only have one source.
╷
32 │ ┌ sdk: flutter
33 │ │ permission_handler: ^8.3.0
34 │ │
35 │ │
36 │ │ # The following adds the Cupertino Icons font to your application.
37 │ │ # Use with the CupertinoIcons class for iOS style icons.
38 │ │ cupertino_icons: ^1.0.2
│ └──^
╵
Process finished with exit code 65
이런 에러가 뜨면서 설치가 되지 않습니다.
무슨 문제 일까요??ㅠㅠ