Skip to content

Commit 76fc09a

Browse files
committed
feat(flutter_native_splash): enable web support and remove comments
- Enable web support in flutter_native_splash configuration - Remove unnecessary comments from the configuration
1 parent 861e018 commit 76fc09a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,8 @@ flutter_launcher_icons:
133133
flutter_native_splash:
134134
color: "#FFFFFF"
135135
color_dark: "#212121"
136-
137-
# Optional: Specify an image asset for the splash screen
138136
image: assets/logo/flutter-news-app-full-source-code-dark-logo.png
139137
image_dark: assets/logo/flutter-news-app-full-source-code-light-logo.png
140-
141-
# Ensure configuration is applied to both platforms
142138
android: true
143139
ios: true
144-
web: false
140+
web: true

0 commit comments

Comments
 (0)