dengyin2000 / dynamic_widget

A Backend-Driven UI toolkit, build your dynamic UI with json, and the json format is very similar with flutter widget code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigation and passing params to other screen, concept of multilplescreen?

shivrajbande opened this issue · comments

Great package to use it to create futtterflow like thing but i am just assuming that with this pacakge we can create only single screen application which means on one screen we change screen data, if this is correct then handling screen data and passing or using data also has to be considered. Handling screen data is bit complex as well as passing data among screen elements (textfield -> button) is also an issue. Waiting for quick response to share ideas how we can achieve.

Great package to use it to create futtterflow like thing but i am just assuming that with this pacakge we can create only single screen application which means on one screen we change screen data, if this is correct then handling screen data and passing or using data also has to be considered. Handling screen data is bit complex as well as passing data among screen elements (textfield -> button) is also an issue. Waiting for quick response to share ideas how we can achieve.

@shivrajbande Hello, did you find any Idea to do this ? I need also open new screen with some extra data, but i don't know how to send data using this package. Please if you have found solutions already, can you share with me ?