popover_gtk 0.2.6+3 popover_gtk: ^0.2.6+3 copied to clipboard
A popover made to be used with libadwaita library, Includes fade animation instead of scale.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add popover_gtk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
popover_gtk: ^0.2.6+3
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_gtk/popover_gtk.dart';