popover 0.3.0 copy "popover: ^0.3.0" to clipboard
popover: ^0.3.0 copied to clipboard

A popover is a transient view that appears above other content onscreen when you tap a control or in an area.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add popover

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

dependencies:
  popover: ^0.3.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:popover/popover.dart';
481
likes
140
pub points
98%
popularity

Publisher

verified publisherminikin.me

A popover is a transient view that appears above other content onscreen when you tap a control or in an area.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on popover