kumi_popup_window 1.0.11 kumi_popup_window: ^1.0.11 copied to clipboard
A simple and easy-to-use pop-up window. There are no flashy preset templates. Everything you want to pop up is customized by you.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kumi_popup_window
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
kumi_popup_window: ^1.0.11
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:kumi_popup_window/kumi_popup_window.dart';