skip to Main Content

i have an error in initState importing doesnt package doesnt work

error in flutter native splash

2

Answers


  1. 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.

    Login or Signup to reply.
  2. There is no Show() method on Flutter Native Splash. I advice reading the instructions on how to use the package.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search