Skip to content

Commit bd51c21

Browse files
committed
Removed json_serializable and build_runner dependencies
1 parent f8c4788 commit bd51c21

20 files changed

+27
-687
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.0 - November 20, 2020
2+
* MINOR: Removed json_serializable and build_runner dependencies, this prevents conflict with projects that have to use those libraries at a specific version.
3+
14
## 1.0.2 - November 17, 2020
25
* BUGFIX: Fixes issue #1, Double backslashes in the bind event breaks the JSON encoding. (This issue was only on android, iOS worked fine.)
36

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![pub version](https://img.shields.io/pub/v/pusher_client.svg)](https://pub.dartlang.org/packages/pusher_client)
44
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/chinloyal/pusher_client/master/LICENSE)
5+
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/chinloyal)
6+
![Languages](https://img.shields.io/badge/languages-dart%20%7C%20kotlin%20%7C%20swift-blueviolet.svg)
57

68
A Pusher Channels client plugin for Flutter targeting Android and iOS. It wraps
79
[pusher-websocket-java](https://github.com/pusher/pusher-websocket-java) v2.2.5 and [pusher-websocket-swift](https://github.com/pusher/pusher-websocket-swift) v8.0.0.
@@ -44,7 +46,7 @@ Add to your pubspec.yaml
4446

4547
```yaml
4648
dependencies:
47-
pusher_client: ^1.0.2
49+
pusher_client: ^1.1.0
4850
```
4951
5052
## Configuration

0 commit comments

Comments
 (0)