skip to Main Content

I need the flutter_gifimage package for my project. But I am getting this warning.

If the package is critical for my project and there is no alternative available, should I consider disabling null safety for my entire project.

Is it ok to use package which doesn’t support null safety?

2

Answers


  1. If you’re concerned about running what Flutter calls a mixed-version program, you could either:

    Login or Signup to reply.
  2. Try another dependency to load gif images like https://pub.dev/packages/flutter_gif

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