navigator_resizable 2.0.0 copy "navigator_resizable: ^2.0.0" to clipboard
navigator_resizable: ^2.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 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: ^2.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:navigator_resizable/navigator_resizable.dart';
18
likes
160
points
9.42k
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)

Topics

#ui #widget #navigation

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on navigator_resizable