flutter_xlider icon indicating copy to clipboard operation
flutter_xlider copied to clipboard

Migrate the package to null safty

Open mohamad97-alhomsi opened this issue 3 years ago • 2 comments

your flutter package "flutter_xlider" has many likes and usages and it has very popularity on pub.dev as you know so it's a good value for you to migrate to null safety to keep numbers rising I was using this package in my apps and it's very easy to use but now i upgraded flutter to 2.5.2 and I need to migrate my code

mohamad97-alhomsi avatar Oct 12 '21 12:10 mohamad97-alhomsi

It would be great if I could update this library to null safety, I have also updated my project and this is the only library that unfortunately does not comply with the update.

Maikol1804 avatar Dec 19 '21 05:12 Maikol1804

It would be great if I could update this library to null safety, I have also updated my project and this is the only library that unfortunately does not comply with the update.

Hi man, dont know if is going to be useful for you but just in case, you can do:

flutter_xlider:
    git:
      url: https://github.com/Ali-Azmoud/flutter_xlider

in your pubspec.yaml, I just saw the repo is updated with null safty

hguzmanSherp avatar Jan 13 '22 21:01 hguzmanSherp