bento_support_flutter 1.0.0+10 copy "bento_support_flutter: ^1.0.0+10" to clipboard
bento_support_flutter: ^1.0.0+10 copied to clipboard

Bento Support wrapper SDK, used to implement Bento Support widgets for both IOS and Android applications written in flutter.

bento_support_widget #

This is an flutter library for implementing bento support widget

Getting Started #

This library would help you add Bento Support widget to your hybrid android/ios application in no time. All you need to do is ...

Install #

To use this plugin, add bento_support_widget as a dependency in your pubspec.yaml file.

dependencies:
  bento_support_widget: ^1.0.0

Usage #

                   initializeBentoSupport(
          context: context,
          publicKey: 'public key',
          onLogin: () {},
          key: 'unauthenticated',
          baseUrl: 'https://supportapi.bento.africa/api',
          child: Image.asset(
            'assets/img/png/chat_button.png',
            scale: 4,
          ),
          bottom: 300);

BentoSupportOptions #

Name Type Required Default Value Description
key String true undefined

Data Dictionary #

Notes Data Dictionary #

3
likes
40
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Bento Support wrapper SDK, used to implement Bento Support widgets for both IOS and Android applications written in flutter.

Homepage

License

MIT (license)

Dependencies

collection, cupertino_icons, emoji_picker_flutter, file_picker, flutter, flutter_dotenv, get, http, intl, meta, mime, mime_type, path, pull_to_refresh, rothko_mobile, socket_io_client, timeago, url_launcher

More

Packages that depend on bento_support_flutter