pod_router 0.0.1+4 copy "pod_router: ^0.0.1+4" to clipboard
pod_router: ^0.0.1+4 copied to clipboard

A Flutter navigation package that combines go_router with Riverpod for clean, testable routing with authentication support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pod_router

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

dependencies:
  pod_router: ^0.0.1+4

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

Import it

Now in your Dart code, you can use:

import 'package:pod_router/pod_router.dart';
3
likes
150
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter navigation package that combines go_router with Riverpod for clean, testable routing with authentication support.

Repository (GitHub)

Topics

#navigation #routing #riverpod #go-router #authentication

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, flutter_riverpod, go_router, logger

More

Packages that depend on pod_router