- Introduce
CustomText
widget.
- Add
skipDateEntry
toDateTimeField
.
- Introduce
KeyboardVisibility
widget. - Add
restorationId
toCustomScaffold
.
- Add
restorationId
toCustomTextField
.
-
Introduce
DateTimeField
. -
Add
memory
factory toAvatarGroup
. -
Add
entryMode
andpickerMode
toDateField
. -
Add
entryMode
toDateRangeField
. -
Add
entryMode
toTimeField
. -
Add
debounce
toCustomSearchBar
. -
BREAKING:
ColorPicker
- Remove the default title.
ColorField
- Remove the default label text.
CustomListTile
- Utilize super key for Dismissible key.
- Use
CustomDialog
when displaying help onCustomTextField
. - Add
actions
param toCustomDialog
. - Fix
contentPadding
onCustomDialog
.
- Introduce
DownloadButton
widget.
- Introduce
ExpandableFab
widget.
- Add
style
param toCustomTextField
.
- Add
dynamicFab
option toCustomScaffold
to hide/show FloatingActionButton on scroll.
- Add
builder
constructor toCustomReorderableListView
to fix indexing issue in the original Flutter widget.
- Add
focusNode
param toSearchBar
.
- Add
GroupedSliver
. - Add
Marquee
.
- Use type param in
CustomDialog
.
- Add
checkbox
andradio
factories toCustomDialog
. - Add
clipBehavior
,physics
andshrinkWrap
toGroupedListView
.
- Add
CustomDialog
. - Add
CustomSliverReorderableList
. - Add
PageStorageKey
toCustomDrawer
. - Add color param to
CustomPlaceholder
. - Add padding param to
CustomTabBar
.
- Add
RestartWidget
.
- Fix imageProvider not updating in
CustomImage
.
- Refactor some default values.
- Adjust default first/last dates in
DateField
andDateRangeField
. - Add
didUpdateWidget
where applicable for consistency. - Add optional
timer
toCountdown
andPoll
. - Change
duration
field tovalue
inDurationPicker
. - Add
static
factory toRatingBar
. - Adjust button height to conform with touch target sizing.
- Require
onChanged
where applicable for consistency.
- Fix programmatic updating of
DurationPicker
.
- Fix programmatic updating of
DropdownField
.
- Fix
DropdownField
menu overflow. - Add
isDone
toCountdown
.
- Add more super params to
CustomReorderableListView
.
- Reuse
trailingText
onCustomListTile
.
-
Add
childPadding
toAccordion
. -
Add
spacing
toSettingsTile.colorPicker
. -
BREAKING:
Accordian
- Use Widget instead of String for
title
. - Remove unnecessary style due to the above.
- Use Widget instead of String for
Alert
- Use Widgets instead of IconData.
AppBar
- Opt for Widget only
title
andsubtitle
.
- Opt for Widget only
AuthButton
- Use Widget instead of String for
text
, now calledchild
. - Remove unnecessary style due to the above.
- Use Widget instead of String for
AutoComplete
- Use widget instead of IconData.
AvatarGroup
/Avatar
- Use Widget instead of IconData.
CheckboxGroup
- Use Widget instead of IconData.
ColorPicker
/ColorField
- Use Widget instead of IconData.
- Use Widget for
title
instead of String.
Countdown
- Remove text and use widgets for labels.
CounterField
- Use Widgets instead of IconData,
DateField
/DateRangeField
- User Widgets instead of IconData.
DropdownField
- Use Widgets instead of IconData.
DuelingPicklist
- Use Widgets instead of Strings for labels.
DurationField
- Use Widget instead of IconData.
CustomElevatedButton
- Use Widget instead of String for
text
, now calledchild
.
- Use Widget instead of String for
CustomFloatingActionButton
- Use Widget instead of IconData for
icon
, now calledchild
.
- Use Widget instead of IconData for
CustomInputDecorator
- Remove text in favor of child.
- Use Widget instead of IconData.
Link
- Use Widget instead of String.
- Remove unnecessary style due to the above.
CustomListTile
- Remove text and use widgets for title/subtitle etc.
CustomPopupMenuItem
- Use Widget instead of String for
text
, now calledchild
.
- Use Widget instead of String for
RadioGroup
- Use Widget instead of IconData.
SaveButton
- Use Widget instead of String for
text
, now calledchild
.
- Use Widget instead of String for
CustomSearchBar
- Use Widget instead of IconData.
CustomSimpleDialogOption
- Use Widget instead of String for
text
, now calledchild
.
- Use Widget instead of String for
CustomSlider
- Use Widgets instead of IconData.
SpacedColumn
- Opt for spacer widget instead of spacing.
SpacedRow
- Opt for spacer widget instead of spacing.
- Use Widget instead of String for
title
. - Remove unnecessary style due to the above.
CustomTextField
- Opt for help widget instead of helpText.
- Use Widget instead of IconData.
TimeField
- Use Widget instead of IconData.
Welcome
- Use Widgets instead of Strings.
- Fix default title on
ColorPicker.compact
.
- Add
compact
named constructor toColorPicker
.
- Add params to
CustomScaffold
.
- Fix
CustomBottomAppBar
coloring.
- Add
CustomListView
.
- Add
GroupedListView
. - Fix
RatingBar
background color.
- Fix a comment template.
- Allow
semanticLabel
onCustomDrawer
.
- Add
licenses
named constructor toSettingsTile
.
- Add missing onChanged handler to a settingsTile.
- Make
WelcomeBackground
a public widget.
- Add
immersiveMode
andtimeDilation
named constructors toSettingsTile
.
- Fix color of
WelcomeContent
asset.
- Add
darkMode
named constructor toSettingsTile
.
- Fix
WelcomeContent
asset color.
- Introduce
Welcome
widget.
- Fix default behavior of physics in
SettingsList
.
- Add
colorPicker
named constructor toSettingsTile
.
- Fix screenshot links.
-
BREAKING:
CustomDrawer
- Require
delegate
but addcount
andbuilder
named constructors.
- Require
Countdown
- Rename a named constructor for consistancy.
FeedbackBar
- Use widgets instead of strings for items.
-
Other:
- Introduce
Settings
set of widgets. - Add
color
param toCustomDrawer
. - Add
package
param toCustomImage
. - Upload some screenshots.
- Introduce
- Fix
InputDecorator
assert to allow empty string.
- Modify
CustomImage.dynamic
string parsing.
- Add
DirectionalPad
widget. - Add
orientation
param toFeedbackBar
. - Add
backgroundColor
toShimmer
.
- Add
FeedbackBar
widget.
- Add
RatingSummary
widget.
- Fix
errorWidget
not showing inCustomImage
.
- Add
dynamic
constructor toCustomImage
.
- Add
CustomInputDecorator
widget. - Add
PercentIndicator
widget. - Add
Poll
widget. - Add
crossAxisAlignment
,height
andnotchMargin
params toCustomBottomAppBar
. - Add
backgroundColor
toCustomProgressIndicator
. - Allow 0 - 100 values for
CustomProgressIndicator
andPercentIndicator
. - Fix possible issue with TextInputAction.newline in
CustomTextField
. - Fix
Countdown
date overflow.
-
BREAKING:
ColorField
- Require
modalBuilder
but addbottomSheet
anddialog
named constructors. - Change behavior of
defaultStringForColor
.
- Require
ColorPicker
- Require
decoration
but addcircle
andrectangle
named constructors.
- Require
Countdown
- Require
decoration
but addcircle
andrectangle
named constructors.
- Require
Link
- Remove
text
named constructor in favor of an implicit one.
- Remove
-
Other:
- Add min/max width params to
AuthButton
. - Use
CustomImage
withinCustomAvatar
. - Fix
Countdown
default text/separator colors. - Add
enableFeedback
param toCustomBottomNavigationBar
. - Add
autofocus
andclipBehavior
toCustomFloatingActionButton
. - Add
flashlight
constructor toCustomPlaceholder
. - Add more params to
CustomProgressIndicator
. - Edit/add comments.
- Add min/max width params to
- Add
CustomBottomAppBar
widget. - Add
alignment
,opacity
andscale
params toCustomImage
.
- Add
primaryColor
andtrailingText
params toCustomListTile
.
- Allow nullable image params.
- Add
CustomImage
widget. - Add
memory
constructor toCustomAvatar
.
- Add
dense
param toCustomListTile
.
- Add
CustomAppBar
widget. - Add
CustomListTile
widget. - Add
CustomTabBar
widget. - Update example app.
- Fix
Autocomplete
height when compared to other fields.
- Fix
Button
minWidth and textColor. - Fix
SaveButton
transition height.
- Add
AuthButton
widget. - Add
Shimmer
widget.
- Use
ThemeData.estimateBrightnessForColor
method instead when gettingColorExtension.brightness
.
- Add index params to
CustomBottomNavigationBar
andCustomNavigationRail
.
- BREAKING:
- Increase Dart sdk minimum version.
- Update
CustomTextField.onEditingComplete
to default next/previous/unfocus nodes. - Prevent
CustomOrientationBuilder.onChanged
from running on initialization.
- Add
onChanged
param toCustomOrientationBuilder
.
- Make
CustomNavigationRail
scrollable. - Update lints.
- Add
onEditingComplete
param toCustomTextField
. - Put Spaced Column/Row defaultFilter into own function.
- Add filtered constructor to
SpacedColumn
andSpacedRow
.
- Add spacer param to
SpacedColumn
andSpacedRow
.
- Add
CustomProgressIndicator
.
- Add
CustomLayoutBuilder
. - Add
CustomNavigationRail
.
- Add
Countdown
widget. - Optimize ThemeData calls.
- Add FocusNodes to Inputs.
- Add
DurationField
. - Add
DurationPicker
.
- Add icon param to
DropdownField
. - Fix DropdownField density.
- Add
mainAxisExtent
param toCustomSliverGrid.count
. - Add
CustomSliverGrid.extent
factory. - Add general constructors for
CustomSliverGrid
andCustomSliverList
. - Add
mainAxisSize
param toSpacedRow
.
- Add
CustomOrientationBuilder
.
- BREAKING:
- Change 'Input' naming to 'Field' to avoid conflicts and to better conform to standards.
- Add
ColorField
. - Allow null for
ColorPicker.shape
andColorPicker.title
;
- Add
AvatarGroup
. - Add
CustomBadge
. - Add
CustomButton
. - Add
DateRangeField
. - Add
DuelingPicklist
. - Add
TimeField
. - Add
shape
param toColorPicker
. - Fix errorBuilder in Avatar factories.
- Update dependency constraints.
- BREAKING:
- Update to Material 3.
- BREAKING:
- Refactor widgets to conform to standards.
- Add
Carousel
.
- Add
ReorderableListView.separated
. - Add
Link
.
- Increase tap target of
CheckboxField
. - Add more params to
ColorPicker
and adjust contrast.
- Add more params to
CustomSearchBar
. - Use Flutter duration constant.
- Increase tap target of
DropdownField
. - Add a param to
CustomScaffold
.
- Add more params to
SpacedColumn
.
- Add
checked
andicon
factories toCustomPopupMenuItem
. - Add
checked
,icon
andtile
factories toCustomSimpleDialogOption
.
- Refactor
CustomSimpleDialogOption
andCustomPopupMenuItem
.
- Add
CustomPopupMenuItem
. - Add
icon
param toCustomAvatar
. - Add
padding
param toCustomPlaceholder
.
- Add
count
factory toCustomSliverGrid
.
- Add hintText to
CustomTextField
. - Add scrollPadding to
CustomAutocomplete
. - Add titleStyle to
Accordion
. - Add titleStyle to
SpacedRow
. - Add more docs.
- Add
padding
toCustomSliverList
andCustomSliverGrid
. - Add more docs and comments.
- Add
CustomSliverList
widget.
- Revise theming.
- Fix elevated button text color.
- Add save button.
- Add drawer and floating action button.
- Hotfix scaffold context.
- Initial release!
- Add rating bar.
- Add more comments.
- Add padding options to search bar.
- Add more params to scaffold.
- Add more comments.
- Allow more user defined params.
- Hotfix checkbox onChanged.
- Add
CustomScaffold
widget. - Allow more user params with
CustomSearchBar
. - Set default icon on
DateField
.
- Initial developer preview.