Skip to content

Releases: jozzdart/exui

v1.0.7

18 Jun 23:04
9ac931c
Compare
Choose a tag to compare
  • Fixed missing export of gap extensions and additonal exports

v1.0.6

18 Jun 19:14
722bac5
Compare
Choose a tag to compare
  • Fixed outdated README documentation

v1.0.5

18 Jun 18:04
dfdacb2
Compare
Choose a tag to compare
  • Now the package is more focused on being an additional utility, I think it's more realistic to treat it as such, and not as a replacement for the widgets themselves
  • Updated package vision, description and explanations in the README

v1.0.4

18 Jun 17:27
c0f8712
Compare
Choose a tag to compare
  • Fixed SizedBox extensions to accept int values
  • Now you can create gaps with int values (e.g. 10.gapRow or 10.gapColumn)

v1.0.3

18 Jun 16:29
5921ca0
Compare
Choose a tag to compare

Added detailed tests for all extensions and fixed all issues found

Fixed

  • Fixed all alignment methods to accept optional parameters
  • Fixed TextExtensions to use with prefix for all modification methods, was conflicting with getters with same name
  • Fixed Opacity extensions asserts
  • Fixed Icon modify extensions not working as expected

Changed

  • Renamed expanded to expanded1 for consistency
  • Removed redundant exports from material and cupertino modules

Added

  • Improved documentation to be more comprehensive and easier to understand
  • Added safeArea extensions for improved layout control

v1.0.2

08 Jun 06:08
cfb7dbf
Compare
Choose a tag to compare
  • Improved README navigation
  • Added proper documentation to all extensions

v1.0.1

08 Jun 03:54
127257b
Compare
Choose a tag to compare
  • Fixed README links
  • Added gap extensions to the README

v1.0.0

08 Jun 03:43
92f4f89
Compare
Choose a tag to compare
  • Added opacityZero, opacityTransparent, and opacityInvisible methods to OpacityWidgetExtension for improved opacity control
  • Renamed detectGestures to gestureDetector in GestureDetectorWidgetExtension for improved clarity
  • Added additional parameters to HeroWidgetExtension for improved hero animation control
  • Changed all Widget extensions to return the same type as the extension method
  • Added sizedWidth, sizedHeight, gapHorizontal, gapVertical, gapHeight, and gapWidth extensions to double for fast gaps
  • Added opacity, sizedBox, decoratedBox, gesture, hero, constrained and all remaining extensions to the README

v0.0.22

07 Jun 02:32
92f4f89
Compare
Choose a tag to compare
  • Improved documentation
  • Added new column extensions for enhanced layout capabilities
  • Added new row extensions for enhanced layout capabilities
  • Added row* and column* axis extensions README sections
  • Fixed column single widget extension not passing parameters to the underlying Column widget

v0.0.21

06 Jun 13:23
2dcea61
Compare
Choose a tag to compare
  • Added extensive new documentation for all widget extensions
  • Implemented new stack extensions for enhanced widget stacking capabilities
  • Improved method parameters of expanded, flexible, and center extensions
  • Added intrinsicWidth step extensions