flutter_xlider icon indicating copy to clipboard operation
flutter_xlider copied to clipboard

PLEASE UPDATE TO NULL SAFEY

Open nicolasvahidzein opened this issue 4 years ago • 18 comments
trafficstars

Hello,

can you please update to null safety? Your package is wonderful but we are all quite stuck. I see i am not the only one requesting the update. Thank you for your dedication. Cheers.

nicolasvahidzein avatar Jun 15 '21 15:06 nicolasvahidzein

+1

nehal076 avatar Jun 18 '21 10:06 nehal076

+1

hassanannajjar avatar Jun 20 '21 06:06 hassanannajjar

+1

ranamajaida avatar Jun 20 '21 12:06 ranamajaida

+1

alaaalzibda avatar Jun 20 '21 12:06 alaaalzibda

+1

Xmindz avatar Jun 29 '21 18:06 Xmindz

+1

yanivshaked avatar Jul 01 '21 11:07 yanivshaked

Any update on null-safety. I am stuck with my project I want to upgrade it @Ali-Azmoud

nehal076 avatar Jul 05 '21 13:07 nehal076

+1

salihagic avatar Jul 09 '21 09:07 salihagic

Do it please

nehal076 avatar Jul 09 '21 09:07 nehal076

@Ali-Azmoud can you please release the current master branch package in dart to support null safety ?

nateshmbhat avatar Jul 28 '21 05:07 nateshmbhat

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

Master branch supports Null Safety but the pub version has not been updated use this.

tsvillain avatar Aug 20 '21 04:08 tsvillain

Hi, is there any update on when the pub version will use the null safety release?

Depending straight on the master branch via git isn't viable for the project I'm working on at the moment

gilescm avatar Sep 20 '21 08:09 gilescm

Ok this is looking bad. Is this package abandonned?

nicolasvahidzein avatar Sep 23 '21 00:09 nicolasvahidzein

What is reason that pub version still not updated to null safety while master branch is support it? Is master branch have some important issues which which do not allow updating pub version? If yes, which issues need to be fixed in order to be able to update the pub version as soon as possible?

stasvo avatar Sep 23 '21 14:09 stasvo

Depending straight on the master branch via git isn't viable for the project I'm working on at the moment

If you pin to commit you won't get security issues. Or you can also fork this repo and point on your fork? Or copy the only lib file in your project and use it as-it: https://github.com/Ali-Azmoud/flutter_xlider/blob/master/lib/flutter_xlider.dart

HugoHeneault avatar Oct 01 '21 09:10 HugoHeneault

Sorry @HugoHeneault I missed this! Thanks for your comment, it's not that sort of security issue but rather the business does not want to depend on external packages via git in that way for this project and would rather feel more comfortable with an offical release via pub.dev.

gilescm avatar Feb 10 '22 12:02 gilescm

@gilescm use the forked version that is null safe on pub.dev called another_xlider.

nicolasvahidzein avatar Feb 12 '22 14:02 nicolasvahidzein

Direct link to null safe alternative i was forced to use: https://pub.dev/packages/another_xlider

nicolasvahidzein avatar Feb 12 '22 14:02 nicolasvahidzein