bento_support_flutter

Creator: coderz1093

Last updated:

0 purchases

bento_support_flutter Image
bento_support_flutter Images

Languages

Categories

Add to Cart

Description:

bento support 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
copied to clipboard
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);
copied to clipboard
BentoSupportOptions #



Name
Type
Required
Default Value
Description




key
String
true
undefined




Data Dictionary #
Notes Data Dictionary #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.