ArcticZeroo / flutter-search-bar

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

Avoid input border flickering #33

Closed victorpimentel closed 4 years ago

victorpimentel commented 5 years ago

Changed InputDecoration border to be InputBorder.none instead of null. This avoids a weird flickering when opening the search.

See https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/input_decorator.dart#L2510

ArcticZeroo commented 4 years ago

Thanks! Sorry about taking... two years.