Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/src/util/js_interop_type_adapter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
import 'dart:js_interop';

bool isString(Object obj) {
return obj is JSString;
return obj.isA<JSString>();
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/rikulo/socket_io_common
issue_tracker: https://github.com/rikulo/socket_io_common/issues

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.12.0 <4.0.0'

dependencies:
logging: '^1.2.0'
Expand Down