info_popup 1.0.0
info_popup: ^1.0.0 copied to clipboard
The simple way to show the user some information on your selected widget.
Info Popup #
The simple way to show the user some information on your selected widget.
Features #
-
Info holder with dynamic size
-
Fully editable content area
-
[Alt Text]
Getting started #
Use this package as a Library #
Depend On it
Run this command
with Dart:
$ dart pub add info_popup
with Flutter:
$ flutter pub add info_popup
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
or flutter pub get
):
dependencies:
info_popup: ^1.0.0