en_bot_sdk 1.0.3 copy "en_bot_sdk: ^1.0.3" to clipboard
en_bot_sdk: ^1.0.3 copied to clipboard

outdated

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 #

  1. Go to file ios/Podfile platform :ios, '12.0'
  2. 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
  3. Do pub get

LICENSE# #

The code under MIT style.

5
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter project.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on en_bot_sdk

Packages that implement en_bot_sdk