flutter-masked-text icon indicating copy to clipboard operation
flutter-masked-text copied to clipboard

Migrated to null safety

Open FTKhanFT opened this issue 4 years ago • 4 comments

Upgraded the package to null safety.

FTKhanFT avatar Aug 24 '21 08:08 FTKhanFT

@benhurott @calebeoliveira @ElZombieIsra Can you please review and merge the pull request? as Null-Safety is needed

juliavi avatar Sep 15 '21 11:09 juliavi

@benhurott @calebeoliveira @ElZombieIsra

juliavi avatar Sep 24 '21 00:09 juliavi

Thanks for this custom widget library, it's very nice.

Could you merge this pull request?

Thanks

jsanz1209 avatar Nov 23 '21 10:11 jsanz1209

If anyone still wants to use this package you can use it from git just add below snippet in your pubspec.yaml Fully Nullsafety Supported

flutter_masked_text:
    git:
      url: https://github.com/FTKhanFT/flutter-masked-text
      ref: 0.8.2

FTKhanFT avatar Dec 04 '21 11:12 FTKhanFT