Command "flutter_native_splash:remove" stop working on last version.
Hello,
Commands dart run flutter_native_splash:remove or flutter pub run flutter_native_splash:remove stop working on last version v2.4.6.
How did u fix that ?
@Pengi123 Were you able to resolve it?
I am also facing the same issue. Running the remove command does nothing.
I was using flutter_native_splash: ^2.4.4, and the remove command was not working.
So, for testing the issue I updated it to 2.4.6.
dart run flutter_native_splash:remove
Building package executable...
Built flutter_native_splash:remove.
-h, --[no-]help Show help
-p, --path Path to the flutter project, if the project is not in its default location.
-f, --flavor Flavor to remove the splash for.
My current configuration:
environment:
sdk: ^3.8.1
flutter_native_splash: ^2.4.6
flutter_native_splash:
color: "#dedede"
icon_background_color: "#dedede"
image: assets/flutter/images/app_splash_screen.png
fullscreen: true
android: true
ios: true
web: false
android_12:
image: assets/flutter/images/app_splash_screen.png
color: "#dedede"
icon_background_color: "#dedede"
For anyone still facing this issue, try downgrading the package to version 2.4.0 and rerun the command — that worked for me.
For anyone still facing this issue, try downgrading the package to version 2.4.0 and rerun the command — that worked for me.
Its like the command run but its doesnt work