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

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
FlutterWootric.configure(
  clientId: "<CLIENT_ID",
  accountToken: "<ACCOUNT_TOKEN>",
);         
  1. Setup your survey properties // most of the original features already supported
 FlutterWootric.setEndUserEmail('test@example.com');
 FlutterWootric.setEndUserExternalId('123456789');
 FlutterWootric.setEndUserPropteries({
    'country': 'Germany',
    'age': "36",
  });
  FlutterWootric.showSurvey();          
  1. Call showWootricSurvey
FlutterWootric.forceSurvey(true); //Only for test
FlutterWootric.showSurvey();          

Todos #

  • Support end user properties
  • Support individual survey settings
  • Support logging
  • Support Callbacks
  • Support Message Customization
  • Support Color Customization
3
likes
40
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
Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_wootric