pub_serve_rewrites 0.0.1 copy "pub_serve_rewrites: ^0.0.1" to clipboard
pub_serve_rewrites: ^0.0.1 copied to clipboard

Dart 1 only

Helps pub serve to support apps using HTML5 pushState for navigation during development.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pub_serve_rewrites

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pub_serve_rewrites: ^0.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pub_serve_rewrites/rewrites.dart';
0
likes
25
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

Helps pub serve to support apps using HTML5 pushState for navigation during development.

License

MIT (license)

Dependencies

shelf_proxy

More

Packages that depend on pub_serve_rewrites