pure_route_aware 1.0.0
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_awareThis 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.0Alternatively, 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';