flutter_pubnub 0.5.0
flutter_pubnub: ^0.5.0 copied to clipboard
A cross platform plugin for creating real time messaging applications with PubNub
0.0.1 #
- Android and iOS PubNub Flutter plugin. Implements subscribe, unsubscribe, publish, status, filter expressions, presence and error handling. Also allows multiple PubNub clients to be created.
0.1.0 #
- Refactored code so spread operators are not used
0.1.1 #
- Documentation tweaks
0.1.2 #
- Breaking changes: Now publish, presence and unsubscribe take an array of channels
0.1.3 #
- Removed unused constant and documentation tweaks
0.1.4 #
- Added channel groups handling, push notifications and history
0.2.0 #
- Added PubNub signals
0.3.0 #
- Fixed crashes caused by code obfuscation.
- Added Proguard rules
0.3.1 #
- File format warning removed
0.3.2 #
- Updated PubNub dependency to latest (4.12.0)
0.4.0 #
- Update PubNub dependency to latest Android SDK 4.32, solving network related issues
0.4.1 #
- Fixed typo on Android version: 4.31
0.4.2 #
- Changed minimum version for iOS to 8.0
0.5.0 #
- Updated to iOS PubNub 4.13.1