Skip to content

Releases: nylo-core/nylo

v6.3.1

25 Nov 15:05
Compare
Choose a tag to compare
  • Update pubspec.yaml

v6.3.0

23 Nov 02:27
Compare
Choose a tag to compare
  • 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

v6.2.1

18 Nov 03:42
Compare
Choose a tag to compare
  • Update pubspec.yaml

v6.2.0

13 Nov 07:54
Compare
Choose a tag to compare
  • Allow NyPage to be state managed by adding bool get stateManaged => true; to your class
  • Update pubspec.yaml

v6.1.5

11 Nov 07:32
Compare
Choose a tag to compare
  • update scaffold_ui

v6.1.4

10 Nov 03:39
Compare
Choose a tag to compare
  • Update pubspec.yaml

v6.1.3

08 Nov 02:27
Compare
Choose a tag to compare
  • Fix #178
  • You can now schedule local notifications in Android
  • Dependency updates

v6.1.2

07 Nov 04:06
Compare
Choose a tag to compare
  • update scaffold_ui

v6.1.1

05 Nov 16:53
Compare
Choose a tag to compare
  • Update scaffold_ui and HomePage

v6.1.0

04 Nov 09:20
Compare
Choose a tag to compare
  • Add local push notifications