Closed omergunaydin closed 8 months ago
Hello i had the same Issue and it happend because of my wrong
Wrong pubspec.yaml
flutter_native_splash:
ios: true
android: true
color: "#ffffff"
image: "assets/splash.png"
cupertino_icons: ^1.0.2
webview_flutter: ^4.7.0
cupertino_icons be a subcontent of native_splash
Right pubspec.yaml
I hope it will help
Yes, @alitalaee has identified the problem. So, in his example it would be corrected by moving cupertino_icons
to be under the dependencies
section instead of under the flutter_native_splash
section.
If you have more questions, you should read about how yaml files work.
⚠️ The parameter "cupertino_icons" was found in your flutter_native_splash config, but "cupertino_icons" is not a valid flutter_native_splash parameter. How can i fix it ?