ArcticZeroo / flutter-search-bar

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

#3 created global key to get the instance of the scaffold #4

Closed ride4sun closed 6 years ago

ride4sun commented 6 years ago

most of the changes are from dartfmt. the main change is that the instace of the scaffold is provided with the global key and not with the context (which does not work)

ArcticZeroo commented 6 years ago

Thanks!