Releases: JonasWanke/black_hole_flutter
Releases · JonasWanke/black_hole_flutter
v0.2.7
🎉 New Features
- color: add
Color.isDark
,Color.isLight
📜 Documentation updates
- fill README with missing extensions and widgets
v0.2.6
🎉 New Features
- color: allow fixed red, green or blue values in
Random.nextColor()
- fillOrWrap: create
FillOrWrap
widget - navigation: add
LoggingNavigatorObserver
v0.2.5
🎉 New Features
- color: add
Color.alphaBlendOn()
- color: add
Random.nextColor()
v0.2.4
🐛 Bug Fixes
- buttons: fix: use default child for extended buttons while not loading
v0.2.3
🎉 New Features
- buttons: add
icon
-variants toFancyFlatButton
,FancyOutlineButton
&FancyRaisedButton
- buttons: add
textColor
to all fancy buttons - buttons: add
FancyOutlineButton.borderSide
,FancyOutlineButton.highlightedBorderColor
- color: add
Color.withAdditionalOpacity
,Color.withAdditionalAlpha
- color: add
contrastSystemUiOverlayStyle
getters toBrightness
,Color
v0.2.2
🎉 New Features
- add
Color.hsl
,Color.hsv
extensions
v0.2.1
🐛 Bug Fixes
- correctly display
FancyFab.extended
v0.2.0
⚠ BREAKING CHANGES
- fix naming:
FancyFab.icon
is now calledFancyFab.child
🐛 Bug Fixes
FancyFab
's background color is now the same as that of other buttons
📜 Documentation updates
- add button demo to README
🏗 Refactoring
FancyButton
logic is now handled in their base_FancyButton
v0.1.3
⚡ Changes
- remove unused parameter from
NavigatorState.pushNamedAndRemoveAll
v0.1.2
🐛 Bug Fixes
- add missing export