Skip to content

Releases: JonasWanke/black_hole_flutter

v0.2.7

08 Apr 09:37
ffa465a
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

🎉 New Features

  • color: add Color.isDark, Color.isLight

📜 Documentation updates

  • fill README with missing extensions and widgets

v0.2.6

07 Apr 15:02
5e5f8cd
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

🎉 New Features

  • color: allow fixed red, green or blue values in Random.nextColor()
  • fillOrWrap: create FillOrWrap widget
  • navigation: add LoggingNavigatorObserver

v0.2.5

02 Apr 11:51
00ebfb9
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

🎉 New Features

  • color: add Color.alphaBlendOn()
  • color: add Random.nextColor()

v0.2.4

02 Apr 08:25
d0cf23d
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

🐛 Bug Fixes

  • buttons: fix: use default child for extended buttons while not loading

v0.2.3

02 Apr 08:25
de056a1
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

🎉 New Features

  • buttons: add icon-variants to FancyFlatButton, 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 to Brightness, Color

v0.2.2

26 Mar 10:08
37ca7c3
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

🎉 New Features

  • add Color.hsl, Color.hsv extensions

v0.2.1

25 Mar 16:53
99bc9b0
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

🐛 Bug Fixes

  • correctly display FancyFab.extended

v0.2.0

24 Mar 13:27
cefea42
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • fix naming: FancyFab.icon is now called FancyFab.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

22 Mar 13:02
aed82d2
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

⚡ Changes

  • remove unused parameter from NavigatorState.pushNamedAndRemoveAll

v0.1.2

22 Mar 13:01
46063c8
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

🐛 Bug Fixes

  • add missing export