- Add: Glass effect support with
Balloon.glassBlueSigma,Balloon.glassOpacity(Issue: #15)
- Fix typo in README.md
-
Add:
PositionedBalloon.fadeconstructor which provides fade-in/out effect easily. -
Add:
FocusablePositionedBalloonWidget &PositionedBalloon.focusableconstructor which provides easy visibility control withFocusNode.
- Add:
BalloonTapDelegatorwhich used to process with tap event delegation to the balloon widget. (PR: #12, Issue: #11)
- Add:
Balloon.shadowproperty,BalloonShadowinterface, andMaterialBalloonShadow,CustomBalloonShadowconcrete class. - [Breaking] remove
Balloon.elevationandBalloon.shadowColorproperties. (UseBalloon.shadowinstead) - Chore: add some API descriptions.
- Add
BalloonNipPosition.topCenter,BalloonNipPosition.bottomCenter(PR: #4) - Add:
PositionedBalloonWidget API (PR:#6) - Fix: fix incorrect height layout when including nip height (nip radius value difference from zero nip radius apply at nip height)
- initial release.