ended3월 19일· 1 sources
Flutter App Stuck on Splash Screen: A dev_dependencies Mistake
Flutter 앱이 스플래시 화면에서 멈추는 문제: dev_dependencies 실수
Why it matters
A Flutter developer released an app update to Google Play Store but found the app stuck on the splash screen. The root cause was accidentally placing the sign_in_button package in dev_dependencies instead of dependencies in pubspec.yaml, which worked in debug mode but caused a runtime crash in release builds. Moving the package to the correct section resolved the issue.
1
Sources
+0
24h
—
Growth
175d
Active
Flutterdev_dependenciespubspec.yamlsplash screensign_in_button