hints 0.0.1 copy "hints: ^0.0.1" to clipboard
hints: ^0.0.1 copied to clipboard

outdated

A simple flutter widget for showing dismissible help texts to the user.

hints #

A simple widget for showing dismissible help texts to the user.

Usage #

Import the package #

To use this package, add hints as a dependency in your pubspec.yaml

Use the package #

import 'package:hints/hints.dart';

The main widget to use is HintCard.

The widget need a unique Key to keep track of if the widget is hidden or not.

It also needs a hint text and can be provided an icon.

Note: The widget will assert if no key is provided. Don't provide a generated key as it will not match next run.

Getting started #

Please look at the example code for getting started.

Screenshot

0
likes
40
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A simple flutter widget for showing dismissible help texts to the user.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on hints