Skip to content

Releases: JonasWanke/black_hole_flutter

v1.1.0

24 Oct 16:07
1aecf99
Compare
Choose a tag to compare

🎉 New Features

  • add LeftCenterRight (#20)
  • make FillOrWrap's constructor const (#21)

📦 Build & CI

  • upgrade to Flutter v3.10.0, Dart v3.0.0

v1.0.3

11 May 20:33
f78ef1b
Compare
Choose a tag to compare

🐛 Bug Fixes

  • remove const from FillOrWrap's constructor (8eb3ce3), closes: #16

v1.0.2

11 May 15:18
92ddfc6
Compare
Choose a tag to compare

⚡ Changes

  • delegate accent color getters to secondary (78f72f2)

v1.0.1

25 Jan 11:51
565f3bc
Compare
Choose a tag to compare

🐛 Bug Fixes

  • actually use context.showSimpleSnackBar(…)'s action parameter (cf95317)

📦 Build & CI

  • upgrade to Flutter v3.7.0, Dart v2.19.0 (e400915)

v1.0.0

24 Jan 15:51
2d555bc
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES

  • remove ChipGroup → use Flutter's Wrap instead (8f89c63)
  • remove SeparatedButtons → use Flutter's Wrap instead (5cf0277)
  • remove TitleAndSubtitle (41cc403)
  • upgrade to Flutter: >=3.3.0, Dart >=2.18.0 <3.0.0 (5c7230e)

🎉 New Features

  • add ReportingNavigatorObserver (0dcd1ff)
  • add CenterOrScroll (f52667c)
  • add expandOrScroll.key and .scrollDirection (1f6f9d8)
  • add SnackBarAction? action parameter to buildContext. and scaffoldMessengerState.showSimpleSnackBar(…) (e0bbfa2)

v0.3.5

05 Jan 11:28
9c0e62a
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release

📦 Build & CI

v0.3.4

05 Jan 11:26
cb85c71
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release

Released on 2021-12-04

🎉 New Features

  • widgets: add expandOrScroll.scrollController

v0.3.3

14 Oct 08:42
79f0a59
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

🎉 New Features

  • widgets: add separatedButtons.textStyle

⚡ Changes

  • color_material: Deprecate themeData.onAccent, .highEmphasisOnAccent, .mediumEmphasisOnAccent, and .disabledOnAccent. Use themeData.onSecondary, .highEmphasisOnSecondary, .mediumEmphasisOnSecondary, or .disabledOnSecondary instead.

📦 Build & CI

  • update lints
  • update issue and PR templates
  • add build & lint CI
  • example: update Android wrapper

v0.3.2

01 Jun 19:39
5063e2c
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

🎉 New Features

  • content add buildContext.showSimpleSnackBar, .showSnackBar, and scaffoldMessengerState.showSimpleSnackBar
  • widgets: add ExpandOrScroll

📦 Build & CI

  • depend on the stable Dart SDK >=2.12.0 <3.0.0
  • depend on the stable version of supercharged: 2.0.0

v0.3.1

14 Apr 16:56
57623ce
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

🐛 Bug Fixes

  • navigation: allow nullable route return types in pushAndRemoveAll and pushNamedAndRemoveAll