Skip to content

Readme.md Server example does not compile. #62

@delaneyj

Description

@delaneyj

Adding this appears to help.

import 'package:route/pattern.dart';

final UrlPattern homeUrl = new UrlPattern(r'/');
final UrlPattern articleUrl = new UrlPattern(r'/article/(\d+)');
final allUrls = [homeUrl, articleUrl];

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions