flutter_xlider
flutter_xlider copied to clipboard
when will nullsafety release ?
There is a pull request with sound null safety, you can import it into your project
There is a pull request with sound null safety, you can import it into your project
better release to pub.dev
Any news? I Need release on pub.dev
a PR has been merged but no release on pub.dev after that.
JUST DO THIS in pubspec.yaml !!!
flutter_xlider: git: https://github.com/Ali-Azmoud/flutter_xlider
JUST DO THIS in pubspec.yaml !!!
flutter_xlider: git: https://github.com/Ali-Azmoud/flutter_xlider
not really an acceptable solution for a production environment
With Flutter 2.2 it is not possible to use a package that does not support null safety.
There is a workaround like flutter run --no-sound-null-safety
yet I would like to see the null safety version of this package on pub.dev