Skip to content

Commit 6e538b4

Browse files
committed
Downgrade socket_io_client to 1.0.2 to support feathers js socketio client
1 parent bcb80a3 commit 6e538b4

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
## 4.1.1-dev
2+
3+
- Downgrade socket_io_client to 1.0.2 to support feathers js socketio client
4+
- Issue [https://github.com/Dahkenangnon/flutter_feathersjs.dart/issues/45](https://github.com/Dahkenangnon/flutter_feathersjs.dart/issues/45)
5+
16
## 4.1.0-dev
27

38
- Fix [https://github.com/Dahkenangnon/flutter_feathersjs.dart/issues/28](https://github.com/Dahkenangnon/flutter_feathersjs.dart/issues/28)
49
- remove shared_preferences dependency
5-
- add separate client (socketio & rest) configuration
10+
- add separate client (socketio & rest) configuration
611

712
## 4.0.5+1 - Fix README.md's icons
813

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,14 @@ packages:
181181
name: socket_io_client
182182
url: "https://pub.dartlang.org"
183183
source: hosted
184-
version: "2.0.0"
184+
version: "1.0.2"
185185
socket_io_common:
186186
dependency: transitive
187187
description:
188188
name: socket_io_common
189189
url: "https://pub.dartlang.org"
190190
source: hosted
191-
version: "2.0.0"
191+
version: "1.0.1"
192192
source_span:
193193
dependency: transitive
194194
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_feathersjs
22
description: Communicate with your feathers js server from flutter app with unbelieved ease and make happy your customers.
3-
version: 4.1.0-dev
3+
version: 4.1.1-dev
44
homepage: https://github.com/Dahkenangnon/flutter_feathersjs.dart
55
repository: https://github.com/Dahkenangnon/flutter_feathersjs.dart
66
documentation: https://dahkenangnon.github.io/flutter_feathersjs.dart/
@@ -15,7 +15,7 @@ dependencies:
1515
sdk: flutter
1616

1717
# Used for socket connection
18-
socket_io_client: ^2.0.0
18+
socket_io_client: ^1.0.2
1919

2020
# Used for http connection
2121
dio: ^4.0.6

0 commit comments

Comments
 (0)