A plugin for helpcrunch
More...
A plugin to allow flutter to connect to helpcrunch
import 'package:helpcrunch_plugin/helpcrunch_plugin.dart'; await HelpCrunch.initialize( organization: 'my organization', appId: 0, appSecret: 'my secret' ); await HelpCrunch.showChatScreen();
unverified uploader
Homepage
unknown (license)
flutter
Packages that depend on helpcrunch_pluginPackages that implement helpcrunch_plugin
Back