Logo

plugin_screeb

Screeb's mobile sdk for Flutter (Android & iOS).

Continuous Product Discovery, Without the Time Sink.

Screeb is the only Continuous Product Discovery platform that lets you analyse users' behaviour, ask in-app questions, recruit people for interviews and analyse data in a blink with AI.

ci Pub: plugin_screeb Cocoapods Maven Central License: MIT

Installation

Add plugin_screeb to your pubspec.yaml:

dependencies:
  plugin_screeb: ^x.x.x

Then run:

flutter pub get

Usage

Basic usage:

import 'package:plugin_screeb/plugin_screeb.dart';

// Initialize Screeb SDK
PluginScreeb.initSdk("<channel-id>");

// Optional: identify visitor
PluginScreeb.setIdentity("<user-id>", properties: {
  "firstname": "<user-firstname>",
  "lastname": "<user-lastname>",
  "plan": "<user-plan>",
  "age": 42,
  "authenticated": true,
});

For a working example, see our Screeb Flutter SDK example app.

For further information, see our developer documentation.

Changelog

See here.

Support

For any issues, please contact our support team at support@screeb.app.

Contributing

All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.

License

Released under MIT License.

Libraries

plugin_screeb