math_flutter 0.2.0
math_flutter: ^0.2.0 copied to clipboard
Flutter plugin for QuestionPro CX interaction SDK (Android).
Math Flutter #
Flutter plugin for QuestionPro CX interaction SDK (Android).
Installation #
Add this to your package's pubspec.yaml:
dependencies:
math_flutter: ^0.1.0
Usage #
import 'package:math_flutter/math_flutter.dart';
void main() async {
await MathFlutter.initializeSurvey();
await MathFlutter.launchSurvey('12345');
}
- initializeSurvey() – Initializes the QuestionPro CX SDK. Call once before launching surveys.
- launchSurvey(surveyId) – Launches the survey activity for the given survey ID (string, e.g.
'12345').
Platform #
- Android only.