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

outdated

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

Publisher

unverified uploader

A plugin for helpcrunch

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on helpcrunch_plugin