navigator_resizable 1.0.0 copy "navigator_resizable: ^1.0.0" to clipboard
navigator_resizable: ^1.0.0 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 Dart:

 $ dart pub add navigator_resizable

With Flutter:

 $ flutter pub add navigator_resizable

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

dependencies:
  navigator_resizable: ^1.0.0

Alternatively, your editor might support dart pub get or 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';
14
likes
0
points
526
downloads

Publisher

verified publishernorelease.dev

Weekly Downloads

A thin wrapper around [Navigator] that **visually** resizes the child navigator to match the size of the content displayed in the current route.

Repository (GitHub)
View/report issues

Topics

#ui #widget #navigation

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on navigator_resizable