When I try to add the intl dependenceis on my flutter project I got error
flutter pub get --intl: ^0.19.0 Resolving dependencies... Error on line 42, column 5 of pubspec.yaml: A dependency may only have one source. ╷ 42 │ ┌ sdk: flutter 43 │ │ intl: ^0.19.0 44 │ │ 45 │ │ 46…