balloon_widget 0.4.0+1 balloon_widget: ^0.4.0+1 copied to clipboard
Provide a simple balloon widget that can be placed widget tree
0.4.0+1 #
- Fix typo in README.md
0.4.0 #
-
Add:
PositionedBalloon.fade
constructor which provides fade-in/out effect easily. -
Add:
FocusablePositionedBalloon
Widget &PositionedBalloon.focusable
constructor which provides easy visibility control withFocusNode
.
0.3.0 #
0.2.0 #
- Add:
Balloon.shadow
property,BalloonShadow
interface, andMaterialBalloonShadow
,CustomBalloonShadow
concrete class. - [Breaking] remove
Balloon.elevation
andBalloon.shadowColor
properties. (UseBalloon.shadow
instead) - Chore: add some API descriptions.
0.1.0 #
0.0.1 #
- initial release.