helpcrunch_plugin 0.0.3 copy "helpcrunch_plugin: ^0.0.3" to clipboard
helpcrunch_plugin: ^0.0.3 copied to clipboard

outdated

A plugin for helpcrunch

flutter_plugin_helpcrunch #

A plugin to allow flutter to connect to helpcrunch

Getting Started #

import 'package:helpcrunch_plugin/helpcrunch_plugin.dart';

await HelpCrunch.initialize(
        organization: 'my organization',
        appId: 0,
        appSecret: 'my secret'
);

await HelpCrunch.showChatScreen();
2
likes
0
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin for helpcrunch

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on helpcrunch_plugin

Packages that implement helpcrunch_plugin