FlowStacks icon indicating copy to clipboard operation
FlowStacks copied to clipboard

FlowStacks allows you to hoist SwiftUI navigation and presentation state into a Coordinator

Results 37 FlowStacks issues
Sort by recently updated
recently updated
newest added

If I switch to the XCode beta, I see frequent warnings like this I'm not familiar enough with the logic to know whether you can just dispatch to main for...

Thank you for this excellent framework! We have found an issue when using an UIViewControllerRepresentable with a popover. The UIVIewController present a popover when it appears. After clicking on the...

Fix proposed to fix issues when presenting manners in versions prior to iOS 14.5. Also added dismiss closures that were set to nil in the present function.

Hi, I ran the example app in XCode 14 beta and get the below warning in console: ``` 2022-06-13 11:52:11.725672+0800 FlowStacksApp[77257:2136526] [SwiftUI] NavigationLink presenting a value must appear inside a...

I've created a small demo app that demonstrates issues with initiating a subflow (child coordinator) from a flow. You can find the [git repo for this demo app here](https://github.com/Sajjon/DemoFlowStacks), for...

Hi, We tried using TCACoordinators in our iOS and macOS app. Since macOS doesn't support `StackNavigationViewStyle`, I wonder if the library can be extensible so that it can wrap a...

Hey! FlowStacks is great! I use it indirectly through [TCACoordinators[(https://github.com/johnpatrickmorgan/TCACoordinators) (so this Feature Request might spill over to TCACoordinators, depending on implementation?), however, it seems that one fundamental navigation primitive...

I use this library in MacOS SwiftUi; And it doesn't change screens at the same position; it opens a new type of window. I don't think that's right Here is...

Hi everybody and thanks a lot @johnpatrickmorgan for this job! I was looking chance to organise my app code with MVVMc + SwiftUI and draw a conclusion, that FlowStacks is...

This fixes the iOS 16 NavigationLink warning printed in the console as noted by #34 Tested using Xcode Beta 6.