abuanwar072 / Flutter-Responsive-Admin-Panel-or-Dashboard

Responsive Admin Panel or Dashboard using Flutter
https://youtu.be/_uOgXpEHNbc
MIT License
6.61k stars 1.87k forks source link

ChromeProxyService Error #60

Open Ultra-rrich opened 1 year ago

Ultra-rrich commented 1 year ago

I am having the following error message when I try to use Chrome web browser.

ChromeProxyService: Failed to evaluate expression 'ServicesBinding': InternalError: Expression evaluation in async frames is not supported. No frame with index 14.. ChromeProxyService: Failed to evaluate expression 'ui.PlatformDispatcher.instance': InternalError: Expression evaluation in async frames is not supported. No frame with index 14.. ChromeProxyService: Failed to evaluate expression 'message': InternalError: Expression evaluation in async frames is not supported. No frame with index 14..

I think it has to do with the "completer.complete(reply);" code in the "bining.dart" file.

binding error sc