flow_box_popup 1.0.0
flow_box_popup: ^1.0.0 copied to clipboard
A smooth popup box with fluid animations. It auto-adjusts its height to fit content and slides up gracefully when the virtual keyboard appears.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flow_box_popupThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flow_box_popup: ^1.0.0Alternatively, 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:flow_box_popup/flow_box_popup.dart';