letsar / local_hero

A widget which implicitly launches a hero animation when its position changed within the same route.
MIT License
208 stars 48 forks source link

add ambiguate wrapper to remove runtime warning in Flutter 3 #11

Closed f69 closed 10 months ago

f69 commented 2 years ago

Add ambiguate wrapper to remove runtime warning in Flutter 3 as recomended in Flutter 3.0.0 release notes

letsar commented 10 months ago

I removed the bang operator so it should be good now.