issues
search
alibaba
/
fish-redux
An assembled flutter application framework.
https://github.com/alibaba/fish-redux
Apache License 2.0
7.33k
stars
843
forks
source link
如何获取当前的路由是哪个?
#733
Open
CoolBerry
opened
3 years ago
CoolBerry
commented
3 years ago
如题。
venkateshironman
commented
3 years ago
ModalRoute.of(context).settings.name
如题。