local_hero
local_hero copied to clipboard
A widget which implicitly launches a hero animation when its position changed within the same route.
Hello @letsar ! Great package as always 👍🏾 I really think this can be a game changer for many use cases. I can't make it run with GridView items though,...
Add ambiguate wrapper to remove runtime warning in Flutter 3 as recomended in [Flutter 3.0.0 release notes](https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.0.0)
this package not working with the latest flutter version.
The animation works just fine but in the logs it looks very bad. Don't know what to do. Can I leave It like that. ``` The following assertion was thrown...
Sometimes, I want to do stuff after the local heroes are done animating. Current flow is that I change the inflightbuilder to add False to an array, whenever a local...
I noticed that I had to add a LocalHeroScope to my app, in order to make everything work. Does it make sense to integrate that into LocalHeroController? Would make for...
Various fixes for compiling the example - Android v2 embedding - Kotlin Gradle Plugin - Gradle wrapper - Compile SDK to 31
When the local hero widget is set to be disabled, the exception of no local hero scope shouldn't be thrown
Z
Add belowTag and aboveTag similarly to `OverlayState.insert` in order to allow LocalHero z management. In the below screenshot I set `belowTag: '1'` for Tile 17. The example code can be...
Currently if you update the `flightShuttleBuilder`, it does not update the underlying tracker to use the newly provided callback as it's only read once on `LocalHero`'s `initState()`