Releases: nylo-core/nylo
Releases · nylo-core/nylo
v6.3.1
v6.3.0
- Breaking change - Remove
isThemeDark
from your lib/bootstrap/extensions.dart file. This has now been added into the framework - Update stub constructors to include
{super.key}
- Dark mode support for Form fields: picker, date picker, checkbox and chips
- New helper
color({light, dark})
to get the color based on the theme - New helper
whenTheme({light, dark})
to handle widgets based on the theme - Add
NyThemeType
to BaseThemeConfig. This will allow you to set if a theme is light or dark - Contribution from stensonb to update the documentation for the sleep method