flutter_kalapa_bsdk 1.0.1
flutter_kalapa_bsdk: ^1.0.1 copied to clipboard
A Flutter plugin designed to capture a client’s digital footprint from both iOS and Android devices and upload it to the Kalapa service for future processing of scorecards and fragments. It provides a [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_kalapa_bsdkWith Flutter:
$ flutter pub add flutter_kalapa_bsdkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_kalapa_bsdk: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_kalapa_bsdk/kalapa_behavior_score_flutter.dart';
import 'package:flutter_kalapa_bsdk/kalapa_behavior_score_flutter_method_channel.dart';
import 'package:flutter_kalapa_bsdk/kalapa_behavior_score_flutter_platform_interface.dart';