route_observer_mixin 1.7.0 copy "route_observer_mixin: ^1.7.0" to clipboard
route_observer_mixin: ^1.7.0 copied to clipboard

RouteObserveMixin provides easy access to didPush/didPop/didPushNext/didPopNext.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add route_observer_mixin
copied to clipboard

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

dependencies:
  route_observer_mixin: ^1.7.0
copied to clipboard

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:route_observer_mixin/route_observer_mixin.dart';
copied to clipboard
20
likes
160
points
6.29k
downloads

Publisher

verified publishermono0926.com

Weekly Downloads

2024.09.18 - 2025.04.02

RouteObserveMixin provides easy access to didPush/didPop/didPushNext/didPopNext.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

disposable_provider, flutter, provider, riverpod, rxdart

More

Packages that depend on route_observer_mixin