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

A plugin for helpcrunch

flutter_plugin_helpcrunch #

A plugin to allow flutter to connect to helpcrunch

https://github.com/Jerome-Saltmarsh/flutter_helpcrunch_plugin

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
15
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin for helpcrunch

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on helpcrunch_plugin

Packages that implement helpcrunch_plugin