We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, nice scripts.
I am new in flutter and try to assigned topic list to different screen. Can you please help?
Big thanks
The text was updated successfully, but these errors were encountered:
@TTutorials are you trying to link a widget to another screen?
Sorry, something went wrong.
@olayemii yes, I want to link the first list to widget A and the second list to widget B. The goal is, each list tap will go to the different screen
@TTutorials you need a Navigator.push() call
Navigator.push()
See here
No branches or pull requests
Hello, nice scripts.
I am new in flutter and try to assigned topic list to different screen. Can you please help?
Big thanks
The text was updated successfully, but these errors were encountered: