flow_box_popup 0.0.3
flow_box_popup: ^0.0.3 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 Dart:
$ dart pub add flow_box_popupWith Flutter:
$ flutter pub add flow_box_popupThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flow_box_popup: ^0.0.3Alternatively, your editor might support dart pub get or 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';