flutter_native_splashというパッケージを使いたいのですが、下記のようなエラーが出てしまいます。特にインデントもずれていないので謎です
Error on line 45, column 5 of pubspec.yaml: A dependency may only have one source.
公式
https://pub.dev/packages/flutter_native_splash
pubspec.yaml
1dependencies: 2 http: ^0.12.0 3 flutter: 4 sdk: flutter 5 # flutter_svg: ~0.15.0 6 7 # The following adds the Cupertino Icons font to your application. 8 # Use with the CupertinoIcons class for iOS style icons. 9 cupertino_icons: ^0.1.2 10 11 provider: 4.1.3 12 flutter_dotenv: ^2.1.0 13 14 shared_preferences: ^0.5.10 15 16 validators: ^2.0.1 17 checkbox_formfield: ^0.1.0+3 18 19 image_picker: ^0.6.7+7 20 video_player: ^0.10.12+2 21 22 23 flutter_localizations: 24 sdk: flutter 25 26 flutter_native_splash: 27 image: assets/splash.png 28 color: "96D1E8" 29 30 webview_flutter: ^0.3.22 31 32 33dev_dependencies: 34 flutter_test: 35 sdk: flutter
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。