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
my code working fine in mobile but when i run my code in any browser (like chrome) it's shows that error
A Dart VM Service on Chrome is available at: http://127.0.0.1:52463/DbZ4JdaI6e4=
The Flutter DevTools debugger and profiler on Chrome is available at: http://127.0.0.1:9102?uri=http://127.0.0.1:52463/DbZ4JdaI6e4=
DartError: TypeError: Instance of '_Exception': type '_Exception' is not a subtype of type 'JavaScriptObject'
dart-sdk/lib/internal/js_dev_runtime/private/ddc_runtime/errors.dart 288:3 throw
dart-sdk/lib/_internal/js_dev_runtime/private/profile.dart 110:39 _failedAsCheck
dart-sdk/lib/_internal/js_shared/lib/rti.dart 1383:3 _generalAsCheckImplementation
packages/_flutterfire_internals/_flutterfire_internals.dart 94:38 _testException
dart-sdk/lib/async/zone.dart 1676:54 runUnary
dart-sdk/lib/async/future_impl.dart 209:18 matchesErrorTest
dart-sdk/lib/async/future_impl.dart 912:25 handleError
dart-sdk/lib/async/future_impl.dart 935:13 _propagateToListeners
dart-sdk/lib/async/future_impl.dart 715:5 [_completeError]
dart-sdk/lib/async/future_impl.dart 801:7 callback
dart-sdk/lib/async/schedule_microtask.dart 40:11 _microtaskLoop
dart-sdk/lib/async/schedule_microtask.dart 49:5 _startMicrotaskLoop
dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 186:7
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
my code working fine in mobile but when i run my code in any browser (like chrome) it's shows that error
A Dart VM Service on Chrome is available at: http://127.0.0.1:52463/DbZ4JdaI6e4=
The Flutter DevTools debugger and profiler on Chrome is available at: http://127.0.0.1:9102?uri=http://127.0.0.1:52463/DbZ4JdaI6e4=
DartError: TypeError: Instance of '_Exception': type '_Exception' is not a subtype of type 'JavaScriptObject'
dart-sdk/lib/internal/js_dev_runtime/private/ddc_runtime/errors.dart 288:3 throw
dart-sdk/lib/_internal/js_dev_runtime/private/profile.dart 110:39 _failedAsCheck
dart-sdk/lib/_internal/js_shared/lib/rti.dart 1383:3 _generalAsCheckImplementation
packages/_flutterfire_internals/_flutterfire_internals.dart 94:38 _testException
dart-sdk/lib/async/zone.dart 1676:54 runUnary
dart-sdk/lib/async/future_impl.dart 209:18 matchesErrorTest
dart-sdk/lib/async/future_impl.dart 912:25 handleError
dart-sdk/lib/async/future_impl.dart 935:13 _propagateToListeners
dart-sdk/lib/async/future_impl.dart 715:5 [_completeError]
dart-sdk/lib/async/future_impl.dart 801:7 callback
dart-sdk/lib/async/schedule_microtask.dart 40:11 _microtaskLoop
dart-sdk/lib/async/schedule_microtask.dart 49:5 _startMicrotaskLoop
dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 186:7
how to solve it?
Beta Was this translation helpful? Give feedback.
All reactions