Hi. I would like Flutterflow to have an option to export a project and then import it again to a JSON/XML format. Not the Dart code but an intermediate format that can be changed and imported again
I'm exposing some of the challenges I face in a project I'm working on (more than 300 components/screens) but it can happen with smaller ones:
If I want to change a certain widget for a custom component that it's an improved version I have to go one by one to all screens/components. For example I would like to change some dropdowns for remote dropdows.
If I want to change in bulk some flows that make API calls to, for example, add certain conditions regarding the responses again one by one or at least create a global action and link one by one and after that second changes will be quicker
The project is really big when you could not use components as parameters. I would like to refactor dozens of screens but again, manually,
...
I think it would be that sort of feature that in hands of the community could mean lot of further improvements. I'm available for all of you to test if you are interested.
I would think that you have sort of this working one privately as the AI that generate pages would work with this intermediate format and not Dart code directly. True?