go_router_deferred 1.0.2 copy "go_router_deferred: ^1.0.2" to clipboard
go_router_deferred: ^1.0.2 copied to clipboard

Extensions for go_router to support deferred loading and lazy initialization of routes with full parameter support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add go_router_deferred

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

dependencies:
  go_router_deferred: ^1.0.2

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:go_router_deferred/go_router_deferred.dart';
3
likes
160
points
79
downloads

Publisher

unverified uploader

Weekly Downloads

Extensions for go_router to support deferred loading and lazy initialization of routes with full parameter support.

Repository (GitHub)
View/report issues

Topics

#routing #navigation #deferred-loading #lazy-loading #performance

Documentation

API reference

License

MIT (license)

Dependencies

flutter, go_router

More

Packages that depend on go_router_deferred