hiddencaliber / flutter_multiselect

Flutter package for multi-select UI widget
Other
52 stars 37 forks source link

It is not NULL SAFETY #34

Open kamleshwebtech opened 3 years ago

kamleshwebtech commented 3 years ago

I have setup it in my project and getting error in console:

The library 'package:flutter_multiselect/flutter_multiselect.dart' is legacy, and should not be imported into a null safe library.
Try migrating the imported library.

Which means it does not support NULL SAFETY project. Kindly share null safety package link. Thanks a lot.

lcsvcn commented 3 years ago

Null Safety PR: https://github.com/hiddencaliber/flutter_multiselect/pull/33

lcsvcn commented 3 years ago

Waiting for author review and merge.