relative_dialog 0.2.0
relative_dialog: ^0.2.0 copied to clipboard
Displays a dialog above the current contents of the app relative to the widget associated with the given BuildContext.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add relative_dialogThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
relative_dialog: ^0.2.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:relative_dialog/relative_dialog.dart';