flutter_sim_info icon indicating copy to clipboard operation
flutter_sim_info copied to clipboard

Add null-safety support

Open paurakhsharma opened this issue 4 years ago • 2 comments

Thank you for this great package, Can you please add null-safety for it? I can create a PR if you are busy.

paurakhsharma avatar Mar 22 '21 07:03 paurakhsharma

This package is still not null-safe. Someone was even kind enough to open a PR with the necessary changes, but they haven't merged it. https://github.com/flutter-moum/flutter_sim_info/pull/25

Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:

 - package:sim_info

For solutions, see https://dart.dev/go/unsound-null-safety

aaronkelton avatar Dec 24 '22 15:12 aaronkelton

This package seems to be still not Dart 3 compatible, Is there any hope to amend for that?

BLIWA avatar Feb 26 '24 15:02 BLIWA