https://github.com/pusher/pusher-channels-flutter/tree/master/example Table of Contents Installation To integrate the plugin in your Flutter App, you need to add the plugin to yourpubspec.yaml: dependencies:pusher_channels_flutter:'^1.0.1' ...