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

A pure alternative to Flutter's RouteAware with no rebuild side-effects. Listen to route visibility changes without triggering widget rebuilds.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pure_route_aware

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

dependencies:
  pure_route_aware: ^1.0.0

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:pure_route_aware/pure_route_aware.dart';
0
likes
150
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

A pure alternative to Flutter's RouteAware with no rebuild side-effects. Listen to route visibility changes without triggering widget rebuilds.

Repository (GitHub)
View/report issues

Topics

#route #navigation #lifecycle #route-aware

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pure_route_aware