portal 1.0.0 copy "portal: ^1.0.0" to clipboard
portal: ^1.0.0 copied to clipboard

discontinued
outdated

A Flutter plugin to build widgets out of the current tree. Similar to React Portals.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add portal

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

dependencies:
  portal: ^1.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:portal/portal.dart';
4
likes
0
pub points
10%
popularity

Publisher

verified publisherrive.app

A Flutter plugin to build widgets out of the current tree. Similar to React Portals.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on portal