Skip to content

Relativity

Compare
Choose a tag to compare
@twittemb twittemb released this 26 May 19:17

This release brings:

  • a way to push a step through all the Flows hierarchy from the FlowCoordinator. It can be useful for deep linking: flowCoordinator.navigate(to:)
  • a new syntax for navigating with multiple flows:
    Flows.whenReady() is deprecated. You should instead use: Flows.use(when:) (see the example in the Readme.md and the demo application).