alexrindone / flutter_textfield_search

FTFS is a Flutter package which uses a TextField Widget to search and select a value from a list. It's a simple, lightweight, and fully tested package unlike other "autocomplete" or textfield search packages with 100% code coverage.
BSD 2-Clause "Simplified" License
27 stars 33 forks source link

Null safety support #35

Closed MuhammadUsamaSiddiqui closed 2 years ago

MuhammadUsamaSiddiqui commented 3 years ago

Support null safety

ol-cheesebeard commented 2 years ago

this library is not very useful without null safety in 2022

alexrindone commented 2 years ago

@ol-cheesebeard thank you for the kick in the pants! I migrated to null safety. Let me know if you get a chance to use it and have any issues.

@muhmmad

ol-cheesebeard commented 2 years ago

null safety seems to be working!