Skip to content

v5.31.0

Compare
Choose a tag to compare
@agordn52 agordn52 released this 02 Jul 03:13
· 35 commits to 6.x since this release
  • New NyForm widget! Designed to help you create forms easier in your app. Learn more here https://nylo.dev/docs/5.20.0/forms
  • Fix password_v1 & password_v2 validation rule not working in all cases
  • Add makeForm to MetroService class to create a form
  • Update EmailRule, URLRule to check null values
  • Rename PhoneNumberUsaRule to PhoneNumberUsRule
  • Update textFieldMessage on some validation rules
  • Small refactor of NyTextField widget. The copyWith contains new parameters.
    • New passwordViewable parameter added to NyTextField widget
    • New validateOnFocusChange parameter added to NyTextField widget
  • Update NyState to check when post frame is complete for a better user experience
  • New NyFormPicker Widget added to the library - This will create a bottom modal with a picker. It can be used in NyForm's and as a standalone widget.
  • New NyForm.login method added to NyForm class - This will create a login form
  • Ability to add custom form casts to NyForm class via Nylo.
  • Ability to create Forms using Metro. E.g. metro make:form register
  • New stub for creating Forms
  • Small refactor to model stub
  • Refactor slate command to metro slate:publish
  • New metro slate:install command to install the slate package and publish all the files
  • Update docs
  • Update pubspec.yaml