flutter_native_splash icon indicating copy to clipboard operation
flutter_native_splash copied to clipboard

Command "flutter_native_splash:remove" stop working on last version.

Open Pengi123 opened this issue 7 months ago • 4 comments

Hello,

Commands dart run flutter_native_splash:remove or flutter pub run flutter_native_splash:remove stop working on last version v2.4.6.

Pengi123 avatar May 04 '25 02:05 Pengi123

How did u fix that ?

Rifay-Nectar avatar Jun 01 '25 09:06 Rifay-Nectar

@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"

abhijitsinghbsb avatar Jun 25 '25 04:06 abhijitsinghbsb

For anyone still facing this issue, try downgrading the package to version 2.4.0 and rerun the command — that worked for me.

ZedKi7 avatar Jun 30 '25 08:06 ZedKi7

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

kyiroywops avatar Jul 31 '25 20:07 kyiroywops