The library 'package:flutter_gifimage/flutter_gifimage.dart' is legacy, and shouldn't be imported into a null safe library
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…