-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependence on older args 2.0.0 makes other packages incompatible #262
Comments
I created a fork to use with native splash |
Also you can insert to your pubspec.yaml
It works for:
|
Seen this reported more than once so I've updated the README to include a section on this problem and a link to @georgeci's comment for how to get around it Thanks @georgeci for posting that work around ❤️ |
@Zelfapp I've updated the dependency so it should hopefully be ok now 🤞 |
Good Morning, appreciate your answer, thanks |
After flutter 2.8.0 Try specifying minSdkVersion in android>app>build.gradle. What i found is flutter_launcher_icons tries to get minSdkVersion and parsing to Int But it didn't find and throws exception. |
Please i need help with this. All suggested solution up there i have tried but still doesnt work for me FAILURE: Build failed with an exception.
BUILD FAILED in 10s |
I can't use flutter SVG, flutter_launcher_icons and flutter_native_splash at the same time. |
Which dart, flutter, SVG, flutter_launcher_icons and flutter_native_splash version are you using ? |
flutter_native_splash: ^1.2.0 |
ℹ️ Info
Version:
^0.9.0
💬 Description
Because flutter_native_splash >=1.1.9 depends on args ^2.1.1 and flutter_launcher_icons 0.9.0 depends on args 2.0.0, flutter_native_splash >=1.1.9 is incompatible with flutter_launcher_icons 0.9.0.
Please update args to min
^2.1.1
.📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: