flow icon indicating copy to clipboard operation
flow copied to clipboard

Name UI states, navigate between them, remember where you've been.

Results 36 flow issues
Sort by recently updated
recently updated
newest added

``` In co.recharge.consumer.debug:1.15.2:96. * flow.InternalLifecycleIntegration has leaked: * static FontsContract.sContext * ↳ DebugConsumerApp.injectedAuthenticatedStuff * ↳ ConsumerApp$InjectedAuthenticatedStuff.onSignedInHelper * ↳ OnSignedInHelper.signInHooks * ↳ array OnSignedIn[].[4] * ↳ PlaceDirections.placeIDToDirectionsRelays * ↳ LinkedHashMap.tail *...

Hello dev: How to get result in current Screen from previous Screen? Just like startActivityForResult @Zhuinden

Hasn't been a commit or really much activity in some time and it remains in Alpha.

I'm interested in using Flow in my next app, but I'm concerned that its been in alpha for a long time. Is Flow still under active development? If so, would...

how to implement BottomNavigationView and view pager ,it must use Fragment, how can I implement it by using flow (Screen)

Just bump android plugin and libraries version.

Currently every dispatcher we have short-circuits if asked to perform a traversal that results in no change to the history (really, the _top_ of the history, but that's too limited)....

API

I try to use RestClient in square flow. This is my step : ``` Example: 1. Main screen call rest api in presenter. And then go to screen 2 2....

Why is a view with id `0` a [*View with no id*][2] but a view with id `-1` is treated as View with id? As far as I can see...

In our app, we would like to support bottom bar navigation and retain the histories of all the different views available there. 5 buttons in the bottom bar equals 5...

enhancement