File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 11name : flutter_feathersjs
22description : 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
44homepage : https://github.com/Dahkenangnon/flutter_feathersjs.dart
55repository : https://github.com/Dahkenangnon/flutter_feathersjs.dart
66documentation : 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
You can’t perform that action at this time.
0 commit comments