felangel / flow_builder

Flutter Flows made easy! A Flutter package which simplifies navigation flows with a flexible, declarative API.
https://pub.dev/packages/flow_builder
MIT License
389 stars 63 forks source link

I want to make a network request before the final step is completed #112

Open greenking19 opened 9 months ago

greenking19 commented 9 months ago

I want to make a network request before the final step is completed. Where should I put the data for the entire process? Are there any relevant examples? At present, I am thinking of using Provider, but I think it's a bit inappropriate