Skip to content

Flutter implementation of HelpScout mobile SDK

License

Notifications You must be signed in to change notification settings

snipd-mikel/help-scout-sdk

 
 

Repository files navigation

Beacon

Help scout mobile SDK implementation for Flutter

Overview

This plugin implements Help Scout official native SDK Learn more

Requirements

For Android

iOS

Note: For this plugin to work, set your minimum deployment target to iOS 11.0 Add the following permission to your info.plist file (Optional)

  • NSPhotoLibraryUsageDescription
  • NSCameraUsageDescription
  • NSMicrophoneUsageDescription
  • NSPhotoLibraryAddUsageDescription

Image

Getting started

Setup beacon with your Beacon ID and user's email address and name (optional)

    final Beacon _beacon = Beacon(
                             beaconId: "XXX-XXX-XXX-XXXX-XXX",
                             email: "example@gmail.com",
                             name: "John Doe");

Launch beacon by calling _beacon.open() method

`_beacon.open();`

About

Flutter implementation of HelpScout mobile SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 29.8%
  • Dart 27.6%
  • Ruby 20.4%
  • Swift 16.5%
  • Objective-C 5.7%