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
20
pub points
0%
popularity

Publisher

unverified uploader

A plugin for helpcrunch

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on helpcrunch_plugin