You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I code app read data from SignalR Asp.Net. But i have a error when recieved data from hub throw plugin signalr_flutter.
Status connect hub ok:
CONNECT HUB SUCCESS
flutter: ConnectionStatus.connecting
flutter: ConnectionStatus.connected
When hub push data, in plugin signalr_flutter has a error log
'Error: java.lang.IllegalStateException: Expected STRING but was BEGIN_OBJECT at path $'
[
{
"RowID": "21",
"Info": [
[
"0",
"BBB"
],
[
"1",
"6.6"
],
[
"2",
"7.06"
]
]
}
]
content in file pubspec.yaml
dependencies:
flutter:
sdk: flutter
The following adds the Cupertino Icons font to your application.
Use with the CupertinoIcons class for iOS style icons.