Closed mahmoudsalah37 closed 5 years ago
This looks like it isn't related to package:http
but is instead related to dwds
..
Sorry about the delay here, this one slipped through the cracks a bit.
@alan-knight do you think https://github.com/dart-lang/webdev/pull/699 will fix this also?
Yes, this looks like the same issue as #690 and should be fixed by #699
Closing as that pr was submitted
//http://api.mp3quran.net/api/surah?surah=1&language=en (this work with flutter & flutter_web) //http://qualityproject-001-site1.ctempurl.com/api/v1/Policy (but this not work with flutter_web and work with flutter)
Flutter crash report; please file at https://github.com/flutter/flutter/issues.
command
flutter run --machine --target lib\main.dart -d chrome --track-widget-creation --start-paused
exception
NoSuchMethodError: NoSuchMethodError: The method 'toJson' was called on null. Receiver: null Tried calling: toJson()
flutter doctor