circular_border_hero 0.0.1 copy "circular_border_hero: ^0.0.1" to clipboard
circular_border_hero: ^0.0.1 copied to clipboard

Advanced Hero widget which will animate border radius as well!

circular_border_hero #

This package provides advanced Hero widget which also animate its child's border.

Usage #

The usage is similiar to Hero(). However, you have to provide radius as radius parameter is required.

CircularBorderHero(
  tag: 'tag',
  radius: 10.0,
  child: yourChild,
)

If you want to override the default animation, pass a flightShuttleBuilder:

CircularBorderHero(
  tag: 'tag',
  radius: 10.0,
  child: yourChild,
  flightShuttleBuilder: (context, animation, direction, startContext, endContext) {
    // write your designed animation here
    return; // return a widget
  }
)
3
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Advanced Hero widget which will animate border radius as well!

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on circular_border_hero