relative_dialog 0.2.0 copy "relative_dialog: ^0.2.0" to clipboard
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_dialog

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  relative_dialog: ^0.2.0

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:relative_dialog/relative_dialog.dart';
9
likes
160
points
78
downloads

Publisher

unverified uploader

Weekly Downloads

Displays a dialog above the current contents of the app relative to the widget associated with the given BuildContext.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on relative_dialog