Skip to content

Commit

Permalink
Downgrade socket_io_client to 1.0.2 to support feathers js socketio c…
Browse files Browse the repository at this point in the history
…lient
  • Loading branch information
Dahkenangnon committed Oct 20, 2022
1 parent bcb80a3 commit 6e538b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 4.1.1-dev

- Downgrade socket_io_client to 1.0.2 to support feathers js socketio client
- Issue [https://github.com/Dahkenangnon/flutter_feathersjs.dart/issues/45](https://github.com/Dahkenangnon/flutter_feathersjs.dart/issues/45)

## 4.1.0-dev

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

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

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,14 @@ packages:
name: socket_io_client
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "1.0.2"
socket_io_common:
dependency: transitive
description:
name: socket_io_common
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "1.0.1"
source_span:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_feathersjs
description: Communicate with your feathers js server from flutter app with unbelieved ease and make happy your customers.
version: 4.1.0-dev
version: 4.1.1-dev
homepage: https://github.com/Dahkenangnon/flutter_feathersjs.dart
repository: https://github.com/Dahkenangnon/flutter_feathersjs.dart
documentation: https://dahkenangnon.github.io/flutter_feathersjs.dart/
Expand All @@ -15,7 +15,7 @@ dependencies:
sdk: flutter

# Used for socket connection
socket_io_client: ^2.0.0
socket_io_client: ^1.0.2

# Used for http connection
dio: ^4.0.6
Expand Down

0 comments on commit 6e538b4

Please sign in to comment.