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
Cause: type 'String' is not a subtype of type 'Map<String, dynamic>' in type cast
#0 _$RepositoryFromJson (package:github/src/common/model/repos.g.dart:129:48)
#1 new Repository.fromJson (package:github/src/common/model/repos.dart:454:7)
it seems the error is caused by the following code
the error occurred in 9.12+ version.
it seems the error is caused by the following code
github.dart/lib/src/common/model/repos.g.dart
Lines 127 to 129 in 8169398
the type of
organization
in json is String, so the error happened.The text was updated successfully, but these errors were encountered: