en_bot_sdk 1.0.3
en_bot_sdk: ^1.0.3 copied to clipboard
A new Flutter project.
en_bot_sdk #
Getting Started #
en_bot_sdk pluginb is used for integrating ENChatBot mobile SDK into your flutter project.
Usage #
dependencies: en_bot_sdk: ^1.0.3
import 'package:en_bot_sdk/en_bot_sdk.dart';
EnBotSdk sdk = EnBotSdk(); Object? doneObejct = await sdk.launchBot(context, “
Android #
pub get
iOS #
- Go to file ios/Podfile platform :ios, '12.0'
- Add following snippet at the end of the file post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) target.build_configurations.each do |config| config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES' config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0' config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end end end
- Do pub get
LICENSE# #
The code under MIT style.