black_hole_flutter 0.2.13
black_hole_flutter: ^0.2.13 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.
Unreleased #
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
FillOrWrapwidget - navigation: add
LoggingNavigatorObserver
0.2.5 ยท 2020-04-02 #
๐ New Features #
- color: add
Color.alphaBlendOn() - color: add
Random.nextColor()
0.2.4 ยท 2020-04-02 #
๐ Bug Fixes #
- buttons: use default child for extended buttons while not loading
0.2.3 ยท 2020-03-28 #
๐ New Features #
- buttons: add
icon-variants toFancyFlatButton,FancyOutlineButton&FancyRaisedButton - buttons: add
textColorto all fancy buttons - buttons: add
FancyOutlineButton.borderSide,FancyOutlineButton.highlightedBorderColor - color: add
Color.withAdditionalOpacity,Color.withAdditionalAlpha - color: add
contrastSystemUiOverlayStylegetters toBrightness,Color
0.2.0 ยท 2020-03-24 #
0.1.3 ยท 2020-03-22 #
โก Changes #
- remove unused parameter from
NavigatorState.pushNamedAndRemoveAll
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 ๐