Flutter GestureDetector tapping is not working in Containter
=> Container must be set to color to get a valid gesture tab. If the color does not set, the tap will not work. Just set to transparent
=> Container must be set to color to get a valid gesture tab. If the color does not set, the tap will not work. Just set to transparent
Android Update \android\app\src\main\res\drawable\launch_background.xml (remember using resource in drawable not in mipmap) Update \android\app\src\main\res\values\styles.xml Update android native MainActivity at src\main\… Kotlin Java IOS
Example layout Note for Android. Dont put <item name= “android:windowFullscreen”>true</item>in to main/src/res/values/sytles.xml LaunchTheme. Just keep origin version For full screen at splash use this approach: https://www.nhancv.com/2019/10/flutter-splash-screen.html