Skip to content

Releases: nylo-core/nylo

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

v6.0.1

02 Nov 10:50
Compare
Choose a tag to compare
  • add scaffold_ui

v6.0.0

02 Nov 09:40
Compare
Choose a tag to compare
  • New version of Nylo - read more about the changes here

v5.31.8

04 Sep 19:14
Compare
Choose a tag to compare
  • Update pubspec.yaml

v5.31.7

12 Aug 20:42
Compare
Choose a tag to compare
  • Update pubspec.yaml

v5.31.6

20 Jul 00:29
Compare
Choose a tag to compare
  • update api_service and form_style.dart

v5.31.5

18 Jul 12:03
Compare
Choose a tag to compare
  • New docs on nylo.dev for Forms - read more here
  • New create method added to NyFormData class. This will allow you to create the form from the instance.
  • Add FormStyle to NyForm. This will allow you to set a global style for the form. It currently only supports TextField and NyFormCheckbox widgets.
  • Ability to create custom validation rules in NyForm's and NyTextField's
  • Added refreshState to NyForm class. This will refresh the state of the form.
  • Added new typedefs FormStyleTextField and FormStyleCheckbox for handling custom styles in NyForm
  • Added clear method to NyForm class. This will clear the form.
  • Added clearField method to NyForm class. This will clear a specific field in the form.
  • Update setField and setData methods in NyForm class. This will now update the state of the form after setting the field.
  • Refactor NyTextField class
  • Refactor NyFormCheckbox class to support global styles
  • FormStyle var added to Nylo class
  • Small refactor to cli_dialog to pass static analysis
  • Update pubspec.yaml

v5.31.4

10 Jul 20:49
Compare
Choose a tag to compare
  • pubspec.yaml updates