rodydavis / floating_search_bar

Floating Search Bar like Gmail for Flutter
https://rodydavis.github.io/floating_search_bar/
MIT License
32 stars 27 forks source link

Replaced ancestorRenderObjectOfType #13

Open brumbrumm opened 3 years ago

brumbrumm commented 3 years ago

Replaced depricated ancestorRenderObjectOfType with findAncestorRenderObjectOfType to fix the upgrade issue to flutter 2

Fix for Issue #Error: The method 'ancestorRenderObjectOfType' isn't defined for the class #89