0 purchases
theoremreach flutter
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
copied to clipboard
Usage #
After instalalion you can then import the dependecy on your project
import 'package:theoremreach_flutter/theoremreach_flutter.dart';
copied to clipboard
init theoremReach plugin
final TheoremReach theoremReach =
TheoremReach(userId: 'YouUserId', apiKey: 'YouApiKey');
copied to clipboard
show surveys with the following snipet
theoremReach.showSurveys(context);
copied to clipboard
License #
This project is licensed under the MIT License - see the LICENSE file for details.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.