black_hole_flutter 0.2.15 copy "black_hole_flutter: ^0.2.15" to clipboard
black_hole_flutter: ^0.2.15 copied to clipboard

outdated

๐Ÿ›  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.15 ยท 2020-10-16 #

๐ŸŽ‰ New Features #

  • bottom_sheet: export DragIndicator

๐Ÿ› Bug Fixes #

  • bottom_sheet: expand content to fill cross axis

0.2.14 ยท 2020-10-01 #

๐ŸŽ‰ 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

0.2.13 ยท 2020-08-20 #

๐ŸŽ‰ New Features #

  • widgets/buttons: add shape parameter

๐Ÿ“ฆ Build & CI #

  • update dartx to ^0.5.0

0.2.12 ยท 2020-06-11 #

๐ŸŽ‰ New Features #

  • context: add BuildContext.focusScope

๐Ÿ“ฆ Build & CI #

  • update dartx to ^0.4.0
  • update Flutter to >=1.17.0

0.2.11 ยท 2020-05-18 #

๐ŸŽ‰ New Features #

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

๐Ÿ“ฆ Build & CI #

  • example: update packages

0.2.10 ยท 2020-04-30 #

๐ŸŽ‰ New Features #

  • widgets: add TitleAndSubtitle

๐Ÿ“ฆ Build & CI #

  • update dartx to ^0.3.0

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 #

๐ŸŽ‰ 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 #

  • 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 to Brightness, Color
  • widgets/buttons: add icon-variants to FancyFlatButton, FancyOutlineButton & FancyRaisedButton
  • widgets/buttons: add textColor to all fancy buttons
  • widgets/buttons: add FancyOutlineButton.borderSide, FancyOutlineButton.highlightedBorderColor

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 called FancyFab.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 to FancyRaisedButton
  • make FancyFab.isExtended private

๐Ÿ“œ Documentation updates #

  • fill the README with a package overview

0.0.1 ยท 2020-03-12 #

Initial release ๐ŸŽ‰

65
likes
0
pub points
80%
popularity

Publisher

verified publisherwanke.dev

๐Ÿ›  A package absorbing all Flutter utility functions, including extension functions and commonly used widgets

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dartx, flutter, meta

More

Packages that depend on black_hole_flutter