Flutter:如何为嵌套列表的每个元素制作多个屏幕?
我想像给定的参考应用程序一样实现应用程序,所以我正在寻找该逻辑。
我已经实现了将各种元素添加到列表中的逻辑,但如何通过 ListTile 制作多个屏幕
以供参考应用程序访问:https://play.google.com/store/apps/details?id=com.tuyware.jsongenie
请有人浏览一下,提前谢谢!
I want to implement App as like given reference App, So i'm looking for that Logic.
i have implemented logic for add various elements into list but how can i make multiple screens on tap of ListTile
for reference app visit :https://play.google.com/store/apps/details?id=com.tuyware.jsongenie
Please someone go through it ,Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试这个示例项目。
我希望它对你有用。
如果它不起作用,请随时向我询问更好的解决方案。
https://github.com/phucgaoxam/demo_navigator_flutter
谢谢
You can try this Example Project.
I hope it is useful for you.
If it does not work feel free to ask me for better solution.
https://github.com/phucgaoxam/demo_navigator_flutter
thanks