black_hole_flutter 1.1.0 black_hole_flutter: ^1.1.0 copied to clipboard
A package absorbing all Flutter utility functions, including extension functions and commonly used widgets
Changelog #
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
1.1.0 · 2023-10-24 #
1.0.3 · 2023-05-11 #
1.0.1 · 2023-01-25 #
1.0.0 · 2023-01-24 #
0.3.5 · 2022-01-05 #
📦 Build & CI #
- remove dependency on the discontinued supercharged (
b1831db
)
0.3.3 · 2021-10-14 #
🎉 New Features #
- widgets: add
separatedButtons.textStyle
⚡ Changes #
- color_material: Deprecate
themeData.onAccent
,.highEmphasisOnAccent
,.mediumEmphasisOnAccent
, and.disabledOnAccent
. UsethemeData.onSecondary
,.highEmphasisOnSecondary
,.mediumEmphasisOnSecondary
, or.disabledOnSecondary
instead.
📦 Build & CI #
- update lints
- update issue and PR templates
- add build & lint CI
- example: update Android wrapper
0.3.2 · 2021-06-01 #
0.3.1 · 2021-04-14 #
🐛 Bug Fixes #
- navigation: allow nullable route return types in
pushAndRemoveAll
andpushNamedAndRemoveAll
0.3.0 · 2021-02-25 #
⚠️ BREAKING CHANGES #
- change SDK constraint to
>=2.12.0-0 <3.0.0
to enable null-safety - navigation: replace
BuildContext.modalRoute
withBuildContext.getModalRoute<T>()
to return a strongly typedModalRoute<T>?
(instead ofModalRoute<dynamic>?
) - widgets/buttons: replace
FancyTextButton
,FancyOutlineButton
, andFancyRaisedButton
withFancyFlatButton
,FancyOutlinedButton
, andFancyElevatedButton
, respectively- These buttons no longer accept individual style parameters like
textColor
,color
, orshape
, but instead accept an optionalButtonStyle? style
, just like the original Material Design buttons
- These buttons no longer accept individual style parameters like
0.2.16 · 2020-11-24 #
0.2.15 · 2020-10-16 #
0.2.14 · 2020-10-01 #
0.2.13 · 2020-08-20 #
0.2.12 · 2020-06-11 #
0.2.11 · 2020-05-18 #
0.2.10 · 2020-04-30 #
0.2.9 · 2020-04-29 #
🎉 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
0.2.8 · 2020-04-20 #
🎉 New Features #
- context: add
BuildContext.locale
- render_object: add
ContainerRenderObjectMixin.children
0.2.7 · 2020-04-08 #
0.2.6 · 2020-04-07 #
🎉 New Features #
- color: allow fixed red, green or blue values in
Random.nextColor()
- fillOrWrap: create
FillOrWrap
widget - navigation: add
LoggingNavigatorObserver
0.2.4 · 2020-04-02 #
🐛 Bug Fixes #
- widgets/buttons: use default child for extended buttons while not loading
0.2.3 · 2020-03-28 #
🎉 New Features #
- color: add
Color.withAdditionalOpacity
,Color.withAdditionalAlpha
- color: add
contrastSystemUiOverlayStyle
getters toBrightness
,Color
- widgets/buttons: add
icon
-variants toFancyFlatButton
,FancyOutlineButton
&FancyRaisedButton
- widgets/buttons: add
textColor
to all fancy buttons - widgets/buttons: add
FancyOutlineButton.borderSide
,FancyOutlineButton.highlightedBorderColor
0.2.0 · 2020-03-24 #
0.1.1 · 2020-03-22 #
🎉 New Features #
- add
NavigatorState.pushAndRemoveAll
,NavigatorState.pushNamedAndRemoveAll
- example: add example app showcasing new widgets
0.1.0 · 2020-03-13 #
0.0.1 · 2020-03-12 #
Initial release 🎉