Skip to content

Releases: JonasWanke/black_hole_flutter

v0.3.0

25 Feb 09:16
8013f6b
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • change SDK constraint to >=2.12.0-0 <3.0.0 to enable null-safety
  • navigation: replace BuildContext.modalRoute with BuildContext.getModalRoute<T>() to return a strongly typed ModalRoute<T>? (instead of ModalRoute<dynamic>?)
  • widgets/buttons: replace FancyTextButton, FancyOutlineButton, and FancyRaisedButton with FancyFlatButton, FancyOutlinedButton, and FancyElevatedButton, respectively
    • These buttons no longer accept individual style parameters like textColor, color, or shape, but instead accept an optional ButtonStyle? style, just like the original Material Design buttons

v0.2.16

24 Nov 18:49
e987085
Compare
Choose a tag to compare
v0.2.16 Pre-release
Pre-release

🎉 New Features

  • context: add BuildContext.scaffoldMessenger & BuildContext.scaffoldMessengerOrNull

📦 Build & CI

  • support Flutter >=1.24.0-7.0.pre

v0.2.15

16 Oct 11:50
a91ad0e
Compare
Choose a tag to compare
v0.2.15 Pre-release
Pre-release

🎉 New Features

  • bottom_sheet: export DragIndicator

🐛 Bug Fixes

  • bottom_sheet: expand content to fill cross axis

v0.2.14

01 Oct 07:45
a424566
Compare
Choose a tag to compare
v0.2.14 Pre-release
Pre-release

🎉 New Features

  • widgets/buttons: add customizable loadingIndicator
  • widgets/buttons: allow reversing extended FAB's child order (to show the icon on the right)

⚡ Changes

  • widgets/buttons: choose disabled FAB's foreground color based on the background color

v0.2.13

08 Aug 08:23
060c4ba
Compare
Choose a tag to compare
v0.2.13 Pre-release
Pre-release

🎉 New Features

  • buttons: add shape parameter

📦 Build & CI

  • update dartx to v0.5.0

v0.2.12

11 Jun 07:59
81cc601
Compare
Choose a tag to compare
v0.2.12 Pre-release
Pre-release

🎉 New Features

  • context: add BuildContext.focusScope

📦 Build & CI

  • update dartx to v0.4.0
  • update Flutter to v1.17.0

v0.2.11

18 May 14:40
5872e6d
Compare
Choose a tag to compare
v0.2.11 Pre-release
Pre-release

🎉 New Features

  • async: add AsyncSnapshot.hasNoData, AsyncSnapshot.hasNoError
  • color: add Random.nextColorHsl(), Random.nextColorHsv()
  • context: add BuildContext.overlay

📦 Build & CI

  • example: update packages

v0.2.10

30 Apr 07:48
d336371
Compare
Choose a tag to compare
v0.2.10 Pre-release
Pre-release

🎉 New Features

  • widgets: add TitleAndSubtitle

📦 Build & CI

  • update dartx to ^0.3.0

v0.2.9

29 Apr 06:23
7eed0eb
Compare
Choose a tag to compare
v0.2.9 Pre-release
Pre-release

🎉 New Features

  • color: add Color.isOpaque
  • color: add int.alphaToOpacity, double.opacityToAlpha
  • context: add BuildContext.materialLocalizations
  • context: add BuildContext.scaffoldOrNull
  • size: add Size.coerceAtLeast, Size.coerceAtMost

v0.2.8

20 Apr 17:28
b663a29
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

🎉 New Features

  • context: add BuildContext.locale
  • render_object: add ContainerRenderObjectMixin.children