route_next 1.0.0 copy "route_next: ^1.0.0" to clipboard
route_next: ^1.0.0 copied to clipboard

Next.js-style navigation for Flutter web and mobile. A powerful, URL-first router with support for nested layouts, asynchronous guards, deep linking, and automatic browser history integration. Seamles [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add route_next

With Flutter:

 $ flutter pub add route_next

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

dependencies:
  route_next: ^1.0.0

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:route_next/route_next.dart';
1
likes
0
points
145
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Next.js-style navigation for Flutter web and mobile. A powerful, URL-first router with support for nested layouts, asynchronous guards, deep linking, and automatic browser history integration. Seamlessly handle browser refresh and back/forward navigation with a clean, declarative API.

Repository (GitHub)
View/report issues

Topics

#navigation #router #web #saas #nextjs

License

unknown (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on route_next