app_help_center 0.2.4 copy "app_help_center: ^0.2.4" to clipboard
app_help_center: ^0.2.4 copied to clipboard

A lightweight Flutter help center and user communication kit for app announcements, changelog, FAQ, support, and rating links.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add app_help_center

With Flutter:

 $ flutter pub add app_help_center

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

dependencies:
  app_help_center: ^0.2.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:app_help_center/app_help_center.dart';
1
likes
0
points
172
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter help center and user communication kit for app announcements, changelog, FAQ, support, and rating links.

Repository (GitHub)
View/report issues

Topics

#help-center #announcements #changelog #faq #support

License

unknown (license)

Dependencies

flutter, http, http_parser, image_picker, intl, shared_preferences, url_launcher

More

Packages that depend on app_help_center