flutter_boost icon indicating copy to clipboard operation
flutter_boost copied to clipboard

不能通过 getPageInfoByContext 获取当前的页面信息

Open Z1W3 opened this issue 2 years ago • 1 comments

    var topPageInfo = BoostNavigator.instance.getTopPageInfo();
    var getPageInfo = BoostNavigator.instance.getPageInfoByContext(myContext!);
    'topPageInfo = ${topPageInfo?.pageName}, getPageInfo = ${getPageInfo?.pageName}'.printLog(Level.error);

///  topPageInfo = /flutter/retrievePasswordPage, getPageInfo = /flutter/loginPage

在栈顶页面通过context获取页面信息 获取的是 initialRoute 的信息内容

Z1W3 avatar Apr 01 '22 03:04 Z1W3

问题版本 'v3.0-null-safety-release.1'

Z1W3 avatar Apr 01 '22 04:04 Z1W3