route icon indicating copy to clipboard operation
route copied to clipboard

A client + server routing library for Dart

Results 40 route issues
Sort by recently updated
recently updated
newest added

I heard rumour route is deprecated in favour of shelf -- is this the case? If so, a mention in the README would be good :) Thanks!

Couple of small corrections to code example

Can you please document how can I run the examples? I am having hard time to do so. Thanks

The readme on pub.dartlang.org lists the repo url as github.com/dart-lang/route - it's since moved to https://github.com/justinfagnani/route. Additionally - if this library has been deprecated in favor of route_hierarchical - the...

fix matchesAny -> matchAny

Hi, I have done a small prototype using Polymer.dart + Route lib, everything work as expected if the link is in the main HTML file, but routes do not match...

Allow callers to update the URL without having to specify the window title. This mirrors the behavior in the route_hierarchical package.

In the Example in files.dart, ContentTypes.forFile returns null because _extensions map is missing a dot in the keys. path.extension(file.path) returns the extensions with a dot prefixed. Hence 'css' : CSS...