flow_builder
flow_builder copied to clipboard
Flutter Flows made easy! A Flutter package which simplifies navigation flows with a flexible, declarative API.
I'm new to this package, I have nested routes with **Authentication** and many many blocs and i use **Generated Route Access** **Generated Route** ``` class AppRouter { AppRouter(); static final...
## Status **IN DEVELOPMENT** ## Breaking Changes NO ## Description - feat: url routing and deep linking support (closes #41) ## Type of Change - [X] ✨ New feature (non-breaking...
## Status READY ## Breaking Changes NO ## Description fix #84 #77 This prevent popping when another modal is on top of flow builder ## Type of Change - [...
I have a big app with multi route Example: Item Pages seperate multi page: Item List, ItemView, ItemEdit, ItemAdd and many pages nested with others and MultiBloc nested with Others...
Hello Sir Thank you for all your work! Please can you add **contribution guideline**, in this repo? And again thanks a lot.
Hi, I usually struggle with situations like this. I had a searching view with a bunch of options and filters. I do search with those options, the results just appear,...
## Status **IN DEVELOPMENT** ## Breaking Changes ## Description This PR shows potential way to introduce deep link support with usage of `MaterialApp.router()`. The main problem is that FlowBuilder does...
I got pointed towards this repository because of a question I asked here: [Browser sync](https://github.com/felangel/bloc/issues/3256) . But so far I haven't found a working sample although people in this issue...
# [Proposal] Add Routing Support Currently `FlowBuilder` does not have custom routing support for deep linking, dynamic linking, custom paths, query parameters, browser url synchronization, etc (#20). This proposal outlines...
**Describe the bug** Using the physical back button it closes the application instead of going back to the previous screen. **To Reproduce** Steps to reproduce the behavior: 1. Follow the...