route_hierarchical 0.5.0 copy "route_hierarchical: ^0.5.0" to clipboard
route_hierarchical: ^0.5.0 copied to clipboard

discontinued
outdatedDart 1 only

A client routing library for Dart

v0.5.0 #

Breaking changes #

  • UrlMatcher.urlParameterNames has been changed from a method to a getter. The client code must be updated accordingly:

    Before:

      var names = urlMatcher.urlParameterNames();
    

    After:

      var names = urlMatcher.urlParameterNames;
    
0
likes
0
pub points
22%
popularity

Publisher

unverified uploader

A client routing library for Dart

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

browser, logging

More

Packages that depend on route_hierarchical