- Use the
equatable
package forYTColor
- Fix
YPage
tab controller that causedlate initialization
error
- Fix
YModalBottomSheets.show
to resize the bottom sheet when keyboard is open - Pressing anywhere on bottom sheet unfocuses currently focused input
YPage
body has been reworked: it now works perfectly withbody
andnavigationElements
- The
YPage
onPageChanged
callback now triggers at the right moment.
Breaking changes!
YPage
has noshowScrollbar
attribute anymore
- Add
onPageChanged
property toYPage
Bug fixes:
- Incorrect context in
YPage
- Incorrect
YAppBar
height without actions
- Navigation components stable and documented. Check out the README to see available components and corresponding files for detailed documentation.
- Bug fixes
YPage
api has been updated- New:
YTabBar
, internally used inYPage
- Bug fixes
- New: modal bottom sheets! use
YModalBottomSheets.show(...)
- The
YSnackbars
has been updated.message
is now the only required parameter and ahasIcon
parameter has been added - New component:
YDropdownButton
- A new component has been released:
YRefreshIndicator
YPage
now accepts anonRefresh
argument, that adds aYRefreshIndicator
to the page if not null- Several bugs have been fixed for
YFormField
- Settings: add
enabled
anddisabledOnTap
properties toYSettingsTile
- Fix documentation
Breaking changes!
- All the components have been reworked
YShadowScrollContainer
is deprecated and will be removed in an upcoming version- Documentation has been added and improved
- Fix wrong variable name in
YCurrentTheme
:buttonStyles
tovariableStyles
- Theme now generates a themeData that can be provided to
MaterialApp
for example
- Fix documentation
Breaking changes!
- Modifications applied to the themes: they now must be setup in the application (there were set in the package itself until this release)
- Update YSwitch width
- Make themes list a public variable
- remove default AlertDialog padding
- reduce YShadowScrollContainer gradient height
Breaking changes!
- package renamed to
ynotes_packages
currenTheme
renamed totheme
- add a lot of components
- remove sizer package
- add utilities
- split components and theme