browser_routes 1.0.0-nullsafety.1 copy "browser_routes: ^1.0.0-nullsafety.1" to clipboard
browser_routes: ^1.0.0-nullsafety.1 copied to clipboard

Platformweb

General Purpose In-Browser Routing. Null safe.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add browser_routes

With Flutter:

 $ flutter pub add browser_routes

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

dependencies:
  browser_routes: ^1.0.0-nullsafety.1

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

Import it

Now in your Dart code, you can use:

import 'package:browser_routes/browser_routes.dart';
1
likes
105
pub points
0%
popularity

Publisher

unverified uploader

General Purpose In-Browser Routing. Null safe.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on browser_routes