• chunhtai's avatar
    PlatformRouteInformationProvider does not push new entry if query par… (#130457) · 315ebafe
    chunhtai authored
    …ameter is semanticsally the same
    
    The URI compare does not taking into account that query parameter may or may not be encoded, or the parameters' order can be different. However, they are all semantically the same. 
    
    This pr makes PlatformRouteInformationProvider to take those into account when deciding whether it should push/replace the browser history entry.
    315ebafe
router.dart 67.3 KB