bd_support_sdk 1.0.4
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_sdkThis 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.4Alternatively, 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';