Skip to content

Commit fed0d69

Browse files
committed
feat(flutter_native_splash): enable web support configuration
- Update pubspec.yaml to include web: true in flutter_native_splash configuration - Ensures consistent configuration application across all supported platforms
1 parent f3812b7 commit fed0d69

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: false
144+
web: true

0 commit comments

Comments
 (0)