row_collection 0.2.5 row_collection: ^0.2.5 copied to clipboard
Collection of various custom widgets, useful for displaying information in Columns.
[0.2.5] - February 5th, 2021 #
- BREAKING CHANGE Deleted
RowItem
from this package. Functionality has been moved to therow_item
package.
[0.2.3+1] - Jule 27th, 2019 #
- Bugs fixed.
[0.2.3] - Jule 23rd, 2019 #
- BREAKING CHANGE: In
RowLayout
, substitutedcardList
named constructor tocards
. - BREAKING CHANGE: In
RowLayout.cards
constructor, substitutedcards
parameter tochildren
. - Updated
RowLayout
named constructors' parameters. - Updated documentation.
[0.2.2] - June 24th, 2019 #
- Updated example project.
- Fixed text alignment when overflow.
[0.2.1] - May 12th, 2019 #
- Changed
RowLayouy.cardList
space from 6 to 4. - Deprecated
thickDivider
&cardSpacer
in Separated.
[0.2.0] - May 9th, 2019 #
- BREAKING CHANGE: In
RowLayout
, substitutedcard
named constructor tocardList
. - BREAKING CHANGE: Constructor of
Separator.smallSpacer
doesn't accept parameters now. - Added most of
Column
parameters toRowLayout
. - Changed
RowLayout.body
padding from18
to16
. - Changed
cardSpacer
height from8
to6
. - Updated example project.
[0.1.0] - May 8th, 2019 #
- BREAKING CHANGE: Changed
Separator.spacer
parameters to justspace
. - BREAKING CHANGE: Inside the
Separator
class,divider
method is nowthickDivider
. - BREAKING CHANGE: Inside the
Separator
class,thinDivider
method is nowdivider
. - Added the
RowLayout
widget (see the example project). - Updated example project, to include the new features.
- Small tweaks to
RowItem
. - Updated to Dart 2.2.2.
[0.0.2] - April 28th, 2019 #
- Small fixes to documentation
[0.0.1] - April 28th, 2019 #
- First release of this package! More features coming soon™