Ask Your Question
4

Is it impossible to transmit a variable from one flutter component to another?

asked 2021-09-12 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-05-21 09:00:00 +0000

lalupa gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-12 11:00:00 +0000

Seen: 16 times

Last updated: May 21 '21