Flutter Web Installation
Kommunicate Flutter plugin
Flutter wrapper using the native modules of Kommunicate Android, iOS SDKs and Web SDKs.
Overview
The Kommunicate Flutter SDK supports iOS, Android, and Web. You can integrate a single plugin and use it across all these platforms, with the same functions executable on each. Currently, the Flutter Web support includes a limited number of functions. If you require any specific functionality not available in Flutter Web, please feel free to contact customer support.
Prerequisites
- The required version of the Kommunicate Plugin is v1.9.1 or above.
- Need to log in at the start to initialize the Chat Widget.
Installation
- Add the below dependency in your pubspec.yaml file:
dependencies:
# other dependencies
kommunicate_flutter: ^1.9.1
- Run the below command to install the package:
flutter pub get
- Import
kommunicate_flutter
in your .dart file to use the methods from Kommunicate:
import 'package:kommunicate_flutter/kommunicate_flutter.dart';
Get your App Id
Sign up for Kommunicate to get your APP_ID. This APP_ID is used to create/launch conversations.