ArcticZeroo / flutter-search-bar

(mostly) Automatic search-enabled appBar for flutter
BSD 3-Clause "New" or "Revised" License
266 stars 69 forks source link

Add support for sound null-safety #46

Closed ArcticZeroo closed 3 years ago

ArcticZeroo commented 3 years ago

This PR adds support for Dart's sound null safety. To use this version of the package, you'll need SDK >=2.12 instead of 2.7, so it will be a breaking update.

This PR also adds web support to the example project.

Closes #42