bd_support_sdk 1.0.4 copy "bd_support_sdk: ^1.0.4" to clipboard
bd_support_sdk: ^1.0.4 copied to clipboard

The BoldDesk Mobile Support SDK enables you to integrate a fully functional help center directly into your mobile application. This allows end-users to access support tickets and Knowledge Base (KB) a [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bd_support_sdk

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

dependencies:
  bd_support_sdk: ^1.0.4

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

Import it

Now in your Dart code, you can use:

import 'package:bd_support_sdk/bolddesk_support_sdk.dart';
import 'package:bd_support_sdk/bolddesk_support_sdk_method_channel.dart';
import 'package:bd_support_sdk/bolddesk_support_sdk_platform_interface.dart';
1
likes
130
points
233
downloads

Publisher

unverified uploader

Weekly Downloads

The BoldDesk Mobile Support SDK enables you to integrate a fully functional help center directly into your mobile application. This allows end-users to access support tickets and Knowledge Base (KB) articles inside the app.

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bd_support_sdk

Packages that implement bd_support_sdk