ArcticZeroo / flutter-search-bar

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

support for new flutter with v3.0.0 #51

Closed Nytrm closed 8 months ago

ArcticZeroo commented 11 months ago

What does this have to do with new flutter? This just looks like a behavior change

Nytrm commented 11 months ago

my bad that must have slipped in, removed the state change logic.

Nytrm commented 11 months ago

I do have a bug that after clearing the search the ui state is not updated and the searchbar does not go away.

Nytrm commented 8 months ago

can this be merged? so we can continue using this with null safety versions (instead of a dev version)

ArcticZeroo commented 8 months ago

Sorry, this dropped off the radar. Will look at this and merge in the morning. I think it's probably time to archive this repo after the update, I don't have too much bandwidth :(

ArcticZeroo commented 8 months ago

I don't think there's any reason that we need to drop support for 2.12, going to just drop the -dev release

ArcticZeroo commented 8 months ago

Thanks for the contribution - I've just gone and made the changes directly. 3.0.0 is now released.