ArcticZeroo / flutter-search-bar

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

Updated InputDecorator properties, changed setState type #9

Closed GRouslan closed 6 years ago

GRouslan commented 6 years ago
  1. Basically hideDivider: true should now be border: null More info here: #https://github.com/flutter/flutter/pull/13734
  2. Dart Analysis server complains about setState :

A function of type '(() → void) → void' can't be assigned to a location of type '(dynamic) → void'.

ArcticZeroo commented 6 years ago

Thanks!