Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not impossible to transmit a variable from one Flutter component to another. There are several ways to do this, including using constructor arguments, using callback functions, using state management techniques such as InheritedWidget or Provider, or passing the variable through a Route object when navigating between screens.