theoremreach_flutter 1.0.4 copy "theoremreach_flutter: ^1.0.4" to clipboard
theoremreach_flutter: ^1.0.4 copied to clipboard

Elevate your Flutter app's user engagement and data-driven decision-making with the Flutter TheoremReach Integration package.

theoremreach_flutter #

A Flutter package that enables seamless integration of TheoremReach surveys into your Flutter applications.

Introduction #

theoremreach_flutter is a Flutter package that simplifies the process of integrating TheoremReach surveys into your Flutter applications. The package provides a straightforward way to check for available surveys, display them within a WebView, and retrieve survey rewards.

Features #

  • Check if surveys are available for the user.
  • Launch surveys in a WebView for a seamless user experience.
  • Retrieve survey rewards upon completion.

Installation #

To use this package, add theoremreach_flutter as a dependency in your pubspec.yaml file.

dependencies:
  theoremreach_flutter: ^1.0.4

Usage #

After instalalion you can then import the dependecy on your project

 import 'package:theoremreach_flutter/theoremreach_flutter.dart';

init theoremReach plugin

  final TheoremReach theoremReach =
      TheoremReach(userId: 'YouUserId', apiKey: 'YouApiKey');

show surveys with the following snipet

theoremReach.showSurveys(context);

License #

This project is licensed under the MIT License - see the LICENSE file for details.

1
likes
150
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Elevate your Flutter app's user engagement and data-driven decision-making with the Flutter TheoremReach Integration package.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, webview_flutter

More

Packages that depend on theoremreach_flutter