Skip to content

Commit 861e018

Browse files
committed
fix(pubspec.yaml): disable web support for flutter_native_splash
- Changed 'web' value from true to false in flutter_native_splash configuration - Ensures web platform is not affected by the flutter_native_splash settings
1 parent 302e81f commit 861e018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ flutter_native_splash:
141141
# Ensure configuration is applied to both platforms
142142
android: true
143143
ios: true
144-
web: true
144+
web: false

0 commit comments

Comments
 (0)