flutter_xlider icon indicating copy to clipboard operation
flutter_xlider copied to clipboard

when will nullsafety release ?

Open lionnner opened this issue 3 years ago • 7 comments

lionnner avatar Apr 01 '21 06:04 lionnner

There is a pull request with sound null safety, you can import it into your project

MyisCARRY avatar Apr 01 '21 10:04 MyisCARRY

There is a pull request with sound null safety, you can import it into your project

better release to pub.dev

lionnner avatar Apr 02 '21 03:04 lionnner

Any news? I Need release on pub.dev

FetFrumos avatar Apr 28 '21 18:04 FetFrumos

a PR has been merged but no release on pub.dev after that.

kaal-dam avatar May 04 '21 07:05 kaal-dam

JUST DO THIS in pubspec.yaml !!!

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

remoteportal avatar May 07 '21 17:05 remoteportal

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

kaal-dam avatar May 10 '21 12:05 kaal-dam

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

BBarisKilic avatar Jun 01 '21 20:06 BBarisKilic