navigator_resizable 1.0.2 copy "navigator_resizable: ^1.0.2" to clipboard
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';
14
likes
90
points
470
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