Skip to content

v0.9.0

Choose a tag to compare

@gonuit gonuit released this 01 Oct 22:11
· 136 commits to master since this release
20a2d95

Changes:

  • Improved readme documentation.
  • Removed material package import.
  • Added isComplete and wasComplete controller getters.
  • Removed axis property as it can be handled by notificationPredicate.
  • Added optional complete indicator state together with completeStateDuration parameter.
  • IndicatorControler changes:
    • Added prevoiusState property.
    • Added didStateChange helper method.
    • Added wasArmed, wasDragging, wasLoading, wasHiding and wasIdle properties.
  • Added notificationPredicate property to the CustomRefreshIndicator widget.
  • Example app:
    • Added initial version of check_mark_indicator. Example that shows how to make use of complete state.