help_me 0.0.8 copy "help_me: ^0.0.8" to clipboard
help_me: ^0.0.8 copied to clipboard

A package for guide users in flutter app page

HelpMe! #

Add flexiable user guide for pages of your application!

Example:

Usage #

HelpMe.showHelp(
            color: Colors.amber.withOpacity(0.2),
            gradient: LinearGradient(colors: [
              Colors.purple.withOpacity(0.2),
              Colors.blue.withOpacity(0.2),
            ]),items: [
            HelpMeItem(
                    key: keyButton,
                    shape: const HelpMeRectShape(
                        borderRadius: BorderRadius.all(Radius.circular(24))),
                    guideWidget: Padding(
                      padding: const EdgeInsets.all(16.0),
                      child: Text(
                        "Lorem Guide",
                        style: TextStyle(color: Colors.white),
                      ),
                    )),
                    ...
          ], pageContext: context, nextWidget: Text("Next"), skipWidget: Text("Skip"));

Notable References #

End #

If you have some suggestion or advice, please open an issue or develop the fix and open a pull request. This will greatly help the improvement of the usability of this project. Thanks.

14
likes
100
pub points
56%
popularity

Publisher

verified publisher5minuteflutter.com

A package for guide users in flutter app page

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on help_me