flutter_redux_navigation
flutter_redux_navigation copied to clipboard
Navigation Middleware for Flutter's redux library.
Results
2
flutter_redux_navigation issues
Sort by
recently updated
recently updated
newest added
Is there a way to return a value from a screen like is demonstrated in https://flutter.dev/docs/cookbook/navigation/returning-data? I know sharing data with the store works, but this also enables the important...
enhancement
Hi, I'd like to be able to use flutter_redux_navigation with Nested Navigation. The Navigator class documentation under Nesting Navigators describes this: https://docs.flutter.io/flutter/widgets/Navigator-class.html This would help with tabbed navigation where each...
question