flutter_wootric 0.0.2 copy "flutter_wootric: ^0.0.2" to clipboard
flutter_wootric: ^0.0.2 copied to clipboard

outdated

A Wootric SDK Wrapper for Flutter to support in app NPS collection. You need as minimumn a free Wootric Account with valid ClientId and AccountToken.

flutter-wootric #

A Wootric SDK Wrapper for Flutter. https://www.wootric.com

#Example

  1. Import flutter-wootric
  2. Init the library with your credentials
final wootric= FlutterWootric(
                clientId: "<CLIENT_ID>", //Your Wootric Client ID
                accountToken: "<ACCOUNT_TOKEN>", //Your Wootric Account Token
                email: "test@example.com",
                userId: "1234567",
                properties: {
                  "language": "US",
                  "app-version": "1.0.15",
                },
              );
              
  1. Call showWootricSurvey
wootric.showWootricSurvey;

Getting Started with Flutter #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Wootric SDK Wrapper for Flutter to support in app NPS collection. You need as minimumn a free Wootric Account with valid ClientId and AccountToken.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_wootric