Skip to content

v6.7.0

Compare
Choose a tag to compare
@agordn52 agordn52 released this 27 Feb 07:25
· 1 commit to 6.x since this release
  • Remove <uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
  • Added label to Forms. E.g. Field.email('Email', label: 'Email Address')
  • Added Radio to Forms. E.g. Field.radio("Favourite Color", options: ["Red", "Blue", "Green"])
  • Added Widget to Forms. E.g. Field.widget(child: MyWidget())
  • Add submitButton to NyFormData Read more here
  • Add ny_networking.dart, ny_router.dart, ny_alerts.dart, ny_helpers.dart to make it easier to import the different parts of the library
  • Update sleep method to support micro seconds. E.g. sleep(0, 500) will sleep for 500 microseconds
  • Small bug fix for NavigationTab.alerts
  • Merge PR from israelins85
  • Update pubspec.yaml