black_hole_flutter 0.2.7
black_hole_flutter: ^0.2.7 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.7 ยท 2020-04-08 #
๐ New Features #
- color: add
Color.isDark
,Color.isLight
๐ Documentation updates #
- fill README with missing extensions and widgets
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.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
textColor
to all fancy buttons - buttons: add
FancyOutlineButton.borderSide
,FancyOutlineButton.highlightedBorderColor
- color: add
Color.withAdditionalOpacity
,Color.withAdditionalAlpha
- color: add
contrastSystemUiOverlayStyle
getters toBrightness
,Color
0.2.2 ยท 2020-03-26 #
๐ New Features #
- add
Color.hsl
,Color.hsv
extensions
0.2.1 ยท 2020-03-25 #
๐ Bug Fixes #
- correctly display
FancyFab.extended
0.2.0 ยท 2020-03-24 #
โ BREAKING CHANGES #
- fix naming:
FancyFab.icon
is now calledFancyFab.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
0.1.3 ยท 2020-03-22 #
โก Changes #
- remove unused parameter from
NavigatorState.pushNamedAndRemoveAll
0.1.2 ยท 2020-03-22 #
๐ Bug Fixes #
- add missing export
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 #
๐ New Features #
- add
Size.diagonal
,Size.squaredDiagonal
- allow loading buttons without a
loadingChild
โก Changes #
- rename
LoadingRaisedButton
toFancyRaisedButton
- make
FancyFab.isExtended
private
๐ Documentation updates #
- fill the README with a package overview
0.0.1 ยท 2020-03-12 #
Initial release ๐