ResponsiveFramework
ResponsiveFramework copied to clipboard
size issues with flutter_native_splash plugin
Plugin works great, one thing that I am kinda stumped on is the fact that it resizes the splash screen and then jumps to a bigger size that fits the screen correctly, is there a way to adjust this so it does not change the splash screen but everything else afterwards gets resized as it normally does with this plugin? Thanks
Is the resize happening on Web? If so, that's a known Flutter issue.
Yes, that is correct. I guess for now I will remove the splash. Thanks!