math_flutter 0.2.0 copy "math_flutter: ^0.2.0" to clipboard
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.
0
likes
0
points
436
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for QuestionPro CX interaction SDK (Android).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on math_flutter

Packages that implement math_flutter