info_widget 1.0.0 copy "info_widget: ^1.0.0" to clipboard
info_widget: ^1.0.0 copied to clipboard

The "InfoWidget" widget package is a customizable Flutter widget that displays a popup text when clicked. This widget is perfect for use in applications where users need to see additional information [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add info_widget

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

dependencies:
  info_widget: ^1.0.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:info_widget/info_widget.dart';
5
likes
140
pub points
83%
popularity

Publisher

unverified uploader

The "InfoWidget" widget package is a customizable Flutter widget that displays a popup text when clicked. This widget is perfect for use in applications where users need to see additional information without leaving the current screen.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on info_widget