navigator_resizable 1.0.2
navigator_resizable: ^1.0.2 copied to clipboard
A thin wrapper around Navigator that *visually* resizes the child navigator to match the size of the content displayed in the current route.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add navigator_resizable
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
navigator_resizable: ^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:navigator_resizable/navigator_resizable.dart';