i have an error in initState importing doesnt package doesnt work
error in flutter native splash
2
Did you imported the package using import at the top? if so then check the version compatibility of package with your flutter version. If you’ve just added this package, try flutter clean and flutter pub get.
There is no Show() method on Flutter Native Splash. I advice reading the instructions on how to use the package.
Show()
Click here to cancel reply.
2
Answers
Did you imported the package using import at the top? if so then check the version compatibility of package with your flutter version. If you’ve just added this package, try flutter clean and flutter pub get.
There is no
Show()
method on Flutter Native Splash. I advice reading the instructions on how to use the package.