-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Description
throw an error
#0 _ChunkedJsonParser.fail (dart:convert/runtime/libconvert_patch.dart:1362:5)
#1 _ChunkedJsonParser.parseNumber (dart:convert/runtime/libconvert_patch.dart:1258:9)
#2 _ChunkedJsonParser.parse (dart:convert/runtime/libconvert_patch.dart:926:22)
#3 _parseJson (dart:convert/runtime/libconvert_patch.dart:29:10)
#4 JsonDecoder.convert (dart:convert/json.dart:542:36)
#5 JsonCodec.decode (dart:convert/json.dart:169:41)
To fix the issue, I believe change line 51
Original: return initializeMessages(localeName).then((Null _) {
Suggested: return initializeMessages(localeName).then((dynamic _) {
gluix20
Metadata
Metadata
Assignees
Labels
No labels