web icon indicating copy to clipboard operation
web copied to clipboard

FileSystemException uri=org-dartlang-untranslatable-uri:dart%3Ajs_interop

Open amansinghal opened this issue 1 year ago • 2 comments

Recently I upgrade to latest dependecy my project then clean using flutter clean and flutter pub get after sanitize the project I started running it but getting this error

../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_contain.dart:57:27: Error: Type 'JSObject' not found.
    implements EventInit, JSObject {
                          ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_contain.dart:43:23: Error: The type 'JSObject' can't be implemented by an extension type.
    implements Event, JSObject {
                      ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_contain.dart:57:27: Error: The type 'JSObject' can't be implemented by an extension type.
    implements EventInit, JSObject {
                          ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_contain.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_contain.dart:42:56: Error: 'JSObject' isn't a type.
extension type ContentVisibilityAutoStateChangeEvent._(JSObject _)
                                                       ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_contain.dart:56:60: Error: 'JSObject' isn't a type.
extension type ContentVisibilityAutoStateChangeEventInit._(JSObject _)
                                                           ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional_5.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional_5.dart:31:35: Error: Type 'JSObject' not found.
extension type CSSContainerRule._(JSObject _)
                                  ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional_5.dart:32:34: Error: Type 'JSObject' not found.
    implements CSSConditionRule, JSObject {
                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional_5.dart:32:34: Error: The type 'JSObject' can't be implemented by an extension type.
    implements CSSConditionRule, JSObject {
                                 ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional_5.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional_5.dart:31:35: Error: 'JSObject' isn't a type.
extension type CSSContainerRule._(JSObject _)
                                  ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:32:35: Error: Type 'JSObject' not found.
extension type CSSConditionRule._(JSObject _)
                                  ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:33:33: Error: Type 'JSObject' not found.
    implements CSSGroupingRule, JSObject {
                                ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:46:31: Error: Type 'JSObject' not found.
extension type CSSMediaRule._(JSObject _)
                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:47:34: Error: Type 'JSObject' not found.
    implements CSSConditionRule, JSObject {
                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:61:34: Error: Type 'JSObject' not found.
extension type CSSSupportsRule._(JSObject _)
                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:62:34: Error: Type 'JSObject' not found.
    implements CSSConditionRule, JSObject {}
                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:33:33: Error: The type 'JSObject' can't be implemented by an extension type.
    implements CSSGroupingRule, JSObject {
                                ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:47:34: Error: The type 'JSObject' can't be implemented by an extension type.
    implements CSSConditionRule, JSObject {
                                 ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:62:34: Error: The type 'JSObject' can't be implemented by an extension type.
    implements CSSConditionRule, JSObject {}
                                 ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:32:35: Error: 'JSObject' isn't a type.
extension type CSSConditionRule._(JSObject _)
                                  ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:46:31: Error: 'JSObject' isn't a type.
extension type CSSMediaRule._(JSObject _)
                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_conditional.dart:61:34: Error: 'JSObject' isn't a type.
extension type CSSSupportsRule._(JSObject _)
                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade_6.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade_6.dart:28:31: Error: Type 'JSObject' not found.
extension type CSSScopeRule._(JSObject _) implements CSSGroupingRule, JSObject {
                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade_6.dart:28:71: Error: Type 'JSObject' not found.
extension type CSSScopeRule._(JSObject _) implements CSSGroupingRule, JSObject {
                                                                      ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade_6.dart:28:71: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CSSScopeRule._(JSObject _) implements CSSGroupingRule, JSObject {
                                                                      ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade_6.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade_6.dart:28:31: Error: 'JSObject' isn't a type.
extension type CSSScopeRule._(JSObject _) implements CSSGroupingRule, JSObject {
                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:28:36: Error: Type 'JSObject' not found.
extension type CSSLayerBlockRule._(JSObject _)
                                   ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:29:33: Error: Type 'JSObject' not found.
    implements CSSGroupingRule, JSObject {
                                ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:50:40: Error: Type 'JSObject' not found.
extension type CSSLayerStatementRule._(JSObject _)
                                       ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:51:25: Error: Type 'JSObject' not found.
    implements CSSRule, JSObject {
                        ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:55:20: Error: Type 'JSString' not found.
  external JSArray<JSString> get nameList;
                   ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:55:12: Error: Type 'JSArray' not found.
  external JSArray<JSString> get nameList;
           ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:29:33: Error: The type 'JSObject' can't be implemented by an extension type.
    implements CSSGroupingRule, JSObject {
                                ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:51:25: Error: The type 'JSObject' can't be implemented by an extension type.
    implements CSSRule, JSObject {
                        ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:28:36: Error: 'JSObject' isn't a type.
extension type CSSLayerBlockRule._(JSObject _)
                                   ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_cascade.dart:50:40: Error: 'JSObject' isn't a type.
extension type CSSLayerStatementRule._(JSObject _)
                                       ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations_2.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations_2.dart:27:31: Error: Type 'JSObject' not found.
extension type CSSAnimation._(JSObject _) implements Animation, JSObject {
                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations_2.dart:27:65: Error: Type 'JSObject' not found.
extension type CSSAnimation._(JSObject _) implements Animation, JSObject {
                                                                ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations_2.dart:27:65: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CSSAnimation._(JSObject _) implements Animation, JSObject {
                                                                ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations_2.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations_2.dart:27:31: Error: 'JSObject' isn't a type.
extension type CSSAnimation._(JSObject _) implements Animation, JSObject {
                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:29:33: Error: Type 'JSObject' not found.
extension type AnimationEvent._(JSObject _) implements Event, JSObject {
                                ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:29:63: Error: Type 'JSObject' not found.
extension type AnimationEvent._(JSObject _) implements Event, JSObject {
                                                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:58:37: Error: Type 'JSObject' not found.
extension type AnimationEventInit._(JSObject _) implements EventInit, JSObject {
                                    ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:58:71: Error: Type 'JSObject' not found.
extension type AnimationEventInit._(JSObject _) implements EventInit, JSObject {
                                                                      ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:85:34: Error: Type 'JSObject' not found.
extension type CSSKeyframeRule._(JSObject _) implements CSSRule, JSObject {
                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:85:66: Error: Type 'JSObject' not found.
extension type CSSKeyframeRule._(JSObject _) implements CSSRule, JSObject {
                                                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:96:12: Error: Type 'JSObject' not found.
  external JSObject get style;
           ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:108:35: Error: Type 'JSObject' not found.
extension type CSSKeyframesRule._(JSObject _) implements CSSRule, JSObject {
                                  ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:108:67: Error: Type 'JSObject' not found.
extension type CSSKeyframesRule._(JSObject _) implements CSSRule, JSObject {
                                                                  ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:29:63: Error: The type 'JSObject' can't be implemented by an extension type.
extension type AnimationEvent._(JSObject _) implements Event, JSObject {
                                                              ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:58:71: Error: The type 'JSObject' can't be implemented by an extension type.
extension type AnimationEventInit._(JSObject _) implements EventInit, JSObject {
                                                                      ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:85:66: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CSSKeyframeRule._(JSObject _) implements CSSRule, JSObject {
                                                                 ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:108:67: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CSSKeyframesRule._(JSObject _) implements CSSRule, JSObject {
                                                                  ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:29:33: Error: 'JSObject' isn't a type.
extension type AnimationEvent._(JSObject _) implements Event, JSObject {
                                ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:58:37: Error: 'JSObject' isn't a type.
extension type AnimationEventInit._(JSObject _) implements EventInit, JSObject {
                                    ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:85:34: Error: 'JSObject' isn't a type.
extension type CSSKeyframeRule._(JSObject _) implements CSSRule, JSObject {
                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/css_animations.dart:108:35: Error: 'JSObject' isn't a type.
extension type CSSKeyframesRule._(JSObject _) implements CSSRule, JSObject {
                                  ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:40:41: Error: Type 'JSObject' not found.
extension type CSPViolationReportBody._(JSObject _)
                                        ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:41:28: Error: Type 'JSObject' not found.
    implements ReportBody, JSObject {
                           ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:42:12: Error: Type 'JSObject' not found.
  external JSObject toJSON();
           ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:64:47: Error: Type 'JSObject' not found.
extension type SecurityPolicyViolationEvent._(JSObject _)
                                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:65:23: Error: Type 'JSObject' not found.
    implements Event, JSObject {
                      ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:137:51: Error: Type 'JSObject' not found.
extension type SecurityPolicyViolationEventInit._(JSObject _)
                                                  ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:138:27: Error: Type 'JSObject' not found.
    implements EventInit, JSObject {
                          ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:41:28: Error: The type 'JSObject' can't be implemented by an extension type.
    implements ReportBody, JSObject {
                           ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:65:23: Error: The type 'JSObject' can't be implemented by an extension type.
    implements Event, JSObject {
                      ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:138:27: Error: The type 'JSObject' can't be implemented by an extension type.
    implements EventInit, JSObject {
                          ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:40:41: Error: 'JSObject' isn't a type.
extension type CSPViolationReportBody._(JSObject _)
                                        ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:64:47: Error: 'JSObject' isn't a type.
extension type SecurityPolicyViolationEvent._(JSObject _)
                                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/csp.dart:137:51: Error: 'JSObject' isn't a type.
extension type SecurityPolicyViolationEventInit._(JSObject _)
                                                  ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:23:22: Error: Type 'JSArray' not found.
typedef CookieList = JSArray<CookieListItem>;
                     ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:40:30: Error: Type 'JSObject' not found.
extension type CookieStore._(JSObject _) implements EventTarget, JSObject {
                             ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:40:66: Error: Type 'JSObject' not found.
extension type CookieStore._(JSObject _) implements EventTarget, JSObject {
                                                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:46:12: Error: Type 'JSPromise' not found.
  external JSPromise<CookieListItem?> get([JSAny nameOrOptions]);
           ^^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:46:44: Error: Type 'JSAny' not found.
  external JSPromise<CookieListItem?> get([JSAny nameOrOptions]);
                                           ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:53:12: Error: Type 'JSPromise' not found.
  external JSPromise<CookieList> getAll([JSAny nameOrOptions]);
           ^^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:53:42: Error: Type 'JSAny' not found.
  external JSPromise<CookieList> getAll([JSAny nameOrOptions]);
                                         ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:59:22: Error: Type 'JSAny' not found.
  external JSPromise<JSAny?> set(
                     ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:59:12: Error: Type 'JSPromise' not found.
  external JSPromise<JSAny?> set(
           ^^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:60:5: Error: Type 'JSAny' not found.
    JSAny nameOrOptions, [
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:69:22: Error: Type 'JSAny' not found.
  external JSPromise<JSAny?> delete(JSAny nameOrOptions);
                     ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:69:12: Error: Type 'JSPromise' not found.
  external JSPromise<JSAny?> delete(JSAny nameOrOptions);
           ^^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:69:37: Error: Type 'JSAny' not found.
  external JSPromise<JSAny?> delete(JSAny nameOrOptions);
                                    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:73:40: Error: Type 'JSObject' not found.
extension type CookieStoreGetOptions._(JSObject _) implements JSObject {
                                       ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:73:63: Error: Type 'JSObject' not found.
extension type CookieStoreGetOptions._(JSObject _) implements JSObject {
                                                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:84:29: Error: Type 'JSObject' not found.
extension type CookieInit._(JSObject _) implements JSObject {
                            ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:84:52: Error: Type 'JSObject' not found.
extension type CookieInit._(JSObject _) implements JSObject {
                                                   ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:110:43: Error: Type 'JSObject' not found.
extension type CookieStoreDeleteOptions._(JSObject _) implements JSObject {
                                          ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:110:66: Error: Type 'JSObject' not found.
extension type CookieStoreDeleteOptions._(JSObject _) implements JSObject {
                                                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:127:33: Error: Type 'JSObject' not found.
extension type CookieListItem._(JSObject _) implements JSObject {
                                ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:127:56: Error: Type 'JSObject' not found.
extension type CookieListItem._(JSObject _) implements JSObject {
                                                       ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:176:37: Error: Type 'JSObject' not found.
extension type CookieStoreManager._(JSObject _) implements JSObject {
                                    ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:176:60: Error: Type 'JSObject' not found.
extension type CookieStoreManager._(JSObject _) implements JSObject {
                                                           ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:181:22: Error: Type 'JSAny' not found.
  external JSPromise<JSAny?> subscribe(
                     ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:181:12: Error: Type 'JSPromise' not found.
  external JSPromise<JSAny?> subscribe(
           ^^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:182:7: Error: Type 'JSArray' not found.
      JSArray<CookieStoreGetOptions> subscriptions);
      ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:189:22: Error: Type 'JSArray' not found.
  external JSPromise<JSArray<CookieStoreGetOptions>> getSubscriptions();
                     ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:189:12: Error: Type 'JSPromise' not found.
  external JSPromise<JSArray<CookieStoreGetOptions>> getSubscriptions();
           ^^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:196:22: Error: Type 'JSAny' not found.
  external JSPromise<JSAny?> unsubscribe(
                     ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:196:12: Error: Type 'JSPromise' not found.
  external JSPromise<JSAny?> unsubscribe(
           ^^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:197:7: Error: Type 'JSArray' not found.
      JSArray<CookieStoreGetOptions> subscriptions);
      ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:221:36: Error: Type 'JSObject' not found.
extension type CookieChangeEvent._(JSObject _) implements Event, JSObject {
                                   ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:221:66: Error: Type 'JSObject' not found.
extension type CookieChangeEvent._(JSObject _) implements Event, JSObject {
                                                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:229:12: Error: Type 'JSArray' not found.
  external JSArray<CookieListItem> get changed;
           ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:234:12: Error: Type 'JSArray' not found.
  external JSArray<CookieListItem> get deleted;
           ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:236:40: Error: Type 'JSObject' not found.
extension type CookieChangeEventInit._(JSObject _)
                                       ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:237:27: Error: Type 'JSObject' not found.
    implements EventInit, JSObject {
                          ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:277:46: Error: Type 'JSObject' not found.
extension type ExtendableCookieChangeEvent._(JSObject _)
                                             ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:278:33: Error: Type 'JSObject' not found.
    implements ExtendableEvent, JSObject {
                                ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:289:12: Error: Type 'JSArray' not found.
  external JSArray<CookieListItem> get changed;
           ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:296:12: Error: Type 'JSArray' not found.
  external JSArray<CookieListItem> get deleted;
           ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:298:50: Error: Type 'JSObject' not found.
extension type ExtendableCookieChangeEventInit._(JSObject _)
                                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:299:37: Error: Type 'JSObject' not found.
    implements ExtendableEventInit, JSObject {
                                    ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:40:66: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CookieStore._(JSObject _) implements EventTarget, JSObject {
                                                                 ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:73:63: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CookieStoreGetOptions._(JSObject _) implements JSObject {
                                                              ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:84:52: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CookieInit._(JSObject _) implements JSObject {
                                                   ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:110:66: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CookieStoreDeleteOptions._(JSObject _) implements JSObject {
                                                                 ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:127:56: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CookieListItem._(JSObject _) implements JSObject {
                                                       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:176:60: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CookieStoreManager._(JSObject _) implements JSObject {
                                                           ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:221:66: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CookieChangeEvent._(JSObject _) implements Event, JSObject {
                                                                 ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:237:27: Error: The type 'JSObject' can't be implemented by an extension type.
    implements EventInit, JSObject {
                          ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:278:33: Error: The type 'JSObject' can't be implemented by an extension type.
    implements ExtendableEvent, JSObject {
                                ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:299:37: Error: The type 'JSObject' can't be implemented by an extension type.
    implements ExtendableEventInit, JSObject {
                                    ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:40:30: Error: 'JSObject' isn't a type.
extension type CookieStore._(JSObject _) implements EventTarget, JSObject {
                             ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:46:44: Error: 'JSAny' isn't a type.
  external JSPromise<CookieListItem?> get([JSAny nameOrOptions]);
                                           ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:53:42: Error: 'JSAny' isn't a type.
  external JSPromise<CookieList> getAll([JSAny nameOrOptions]);
                                         ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:60:5: Error: 'JSAny' isn't a type.
    JSAny nameOrOptions, [
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:69:37: Error: 'JSAny' isn't a type.
  external JSPromise<JSAny?> delete(JSAny nameOrOptions);
                                    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:73:40: Error: 'JSObject' isn't a type.
extension type CookieStoreGetOptions._(JSObject _) implements JSObject {
                                       ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:84:29: Error: 'JSObject' isn't a type.
extension type CookieInit._(JSObject _) implements JSObject {
                            ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:110:43: Error: 'JSObject' isn't a type.
extension type CookieStoreDeleteOptions._(JSObject _) implements JSObject {
                                          ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:127:33: Error: 'JSObject' isn't a type.
extension type CookieListItem._(JSObject _) implements JSObject {
                                ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:176:37: Error: 'JSObject' isn't a type.
extension type CookieStoreManager._(JSObject _) implements JSObject {
                                    ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:182:7: Error: 'JSArray' isn't a type.
      JSArray<CookieStoreGetOptions> subscriptions);
      ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:197:7: Error: 'JSArray' isn't a type.
      JSArray<CookieStoreGetOptions> subscriptions);
      ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:221:36: Error: 'JSObject' isn't a type.
extension type CookieChangeEvent._(JSObject _) implements Event, JSObject {
                                   ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:236:40: Error: 'JSObject' isn't a type.
extension type CookieChangeEventInit._(JSObject _)
                                       ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:277:46: Error: 'JSObject' isn't a type.
extension type ExtendableCookieChangeEvent._(JSObject _)
                                             ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/cookie_store.dart:298:50: Error: 'JSObject' isn't a type.
extension type ExtendableCookieChangeEventInit._(JSObject _)
                                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:48:27: Error: Type 'JSObject' not found.
extension type $Console._(JSObject _) implements JSObject {
                          ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:48:50: Error: Type 'JSObject' not found.
extension type $Console._(JSObject _) implements JSObject {
                                                 ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:51:5: Error: Type 'JSAny' not found.
    JSAny? data, [
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:55:23: Error: Type 'JSAny' not found.
  external void debug(JSAny? data);
                      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:56:23: Error: Type 'JSAny' not found.
  external void error(JSAny? data);
                      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:57:22: Error: Type 'JSAny' not found.
  external void info(JSAny? data);
                     ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:58:21: Error: Type 'JSAny' not found.
  external void log(JSAny? data);
                    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:60:5: Error: Type 'JSAny' not found.
    JSAny? tabularData,
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:61:13: Error: Type 'JSString' not found.
    JSArray<JSString> properties,
            ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:61:5: Error: Type 'JSArray' not found.
    JSArray<JSString> properties,
    ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:63:23: Error: Type 'JSAny' not found.
  external void trace(JSAny? data);
                      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:64:22: Error: Type 'JSAny' not found.
  external void warn(JSAny? data);
                     ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:66:5: Error: Type 'JSAny' not found.
    JSAny? item,
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:67:5: Error: Type 'JSObject' not found.
    JSObject? options,
    ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:69:24: Error: Type 'JSAny' not found.
  external void dirxml(JSAny? data);
                       ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:72:23: Error: Type 'JSAny' not found.
  external void group(JSAny? data);
                      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:73:32: Error: Type 'JSAny' not found.
  external void groupCollapsed(JSAny? data);
                               ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:77:5: Error: Type 'JSAny' not found.
    JSAny? data, [
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:48:50: Error: The type 'JSObject' can't be implemented by an extension type.
extension type $Console._(JSObject _) implements JSObject {
                                                 ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:18:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:47:2: Error: Couldn't find constructor 'JS'.
@JS('console')
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:49:4: Error: Couldn't find constructor 'JS'.
  @JS('assert')
   ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:48:27: Error: 'JSObject' isn't a type.
extension type $Console._(JSObject _) implements JSObject {
                          ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:51:5: Error: 'JSAny' isn't a type.
    JSAny? data, [
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:55:23: Error: 'JSAny' isn't a type.
  external void debug(JSAny? data);
                      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:56:23: Error: 'JSAny' isn't a type.
  external void error(JSAny? data);
                      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:57:22: Error: 'JSAny' isn't a type.
  external void info(JSAny? data);
                     ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:58:21: Error: 'JSAny' isn't a type.
  external void log(JSAny? data);
                    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:60:5: Error: 'JSAny' isn't a type.
    JSAny? tabularData,
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:61:13: Error: 'JSString' isn't a type.
    JSArray<JSString> properties,
            ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:61:5: Error: 'JSArray' isn't a type.
    JSArray<JSString> properties,
    ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:63:23: Error: 'JSAny' isn't a type.
  external void trace(JSAny? data);
                      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:64:22: Error: 'JSAny' isn't a type.
  external void warn(JSAny? data);
                     ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:66:5: Error: 'JSAny' isn't a type.
    JSAny? item,
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:67:5: Error: 'JSObject' isn't a type.
    JSObject? options,
    ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:69:24: Error: 'JSAny' isn't a type.
  external void dirxml(JSAny? data);
                       ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:72:23: Error: 'JSAny' isn't a type.
  external void group(JSAny? data);
                      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:73:32: Error: 'JSAny' isn't a type.
  external void groupCollapsed(JSAny? data);
                               ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/console.dart:77:5: Error: 'JSAny' isn't a type.
    JSAny? data, [
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/compression.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/compression.dart:29:36: Error: Type 'JSObject' not found.
extension type CompressionStream._(JSObject _) implements JSObject {
                                   ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/compression.dart:29:59: Error: Type 'JSObject' not found.
extension type CompressionStream._(JSObject _) implements JSObject {
                                                          ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/compression.dart:48:38: Error: Type 'JSObject' not found.
extension type DecompressionStream._(JSObject _) implements JSObject {
                                     ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/compression.dart:48:61: Error: Type 'JSObject' not found.
extension type DecompressionStream._(JSObject _) implements JSObject {
                                                            ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/compression.dart:29:59: Error: The type 'JSObject' can't be implemented by an extension type.
extension type CompressionStream._(JSObject _) implements JSObject {
                                                          ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/compression.dart:48:61: Error: The type 'JSObject' can't be implemented by an extension type.
extension type DecompressionStream._(JSObject _) implements JSObject {
                                                            ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/compression.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/compression.dart:29:36: Error: 'JSObject' isn't a type.
extension type CompressionStream._(JSObject _) implements JSObject {
                                   ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/compression.dart:48:38: Error: 'JSObject' isn't a type.
extension type DecompressionStream._(JSObject _) implements JSObject {
                                     ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/angle_instanced_arrays.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/angle_instanced_arrays.dart:45:41: Error: Type 'JSObject' not found.
extension type ANGLE_instanced_arrays._(JSObject _) implements JSObject {
                                        ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/angle_instanced_arrays.dart:45:64: Error: Type 'JSObject' not found.
extension type ANGLE_instanced_arrays._(JSObject _) implements JSObject {
                                                               ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/angle_instanced_arrays.dart:45:64: Error: The type 'JSObject' can't be implemented by an extension type.
extension type ANGLE_instanced_arrays._(JSObject _) implements JSObject {
                                                               ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/angle_instanced_arrays.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/angle_instanced_arrays.dart:45:41: Error: 'JSObject' isn't a type.
extension type ANGLE_instanced_arrays._(JSObject _) implements JSObject {
                                        ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:16:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:21:45: Error: Type 'JSObject' not found.
extension type AccelerometerSensorOptions._(JSObject _)
                                            ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:22:31: Error: Type 'JSObject' not found.
    implements SensorOptions, JSObject {
                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:48:43: Error: Type 'JSObject' not found.
extension type LinearAccelerationSensor._(JSObject _)
                                          ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:49:24: Error: Type 'JSObject' not found.
    implements Sensor, JSObject {
                       ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:70:32: Error: Type 'JSObject' not found.
extension type GravitySensor._(JSObject _) implements Sensor, JSObject {
                               ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:70:63: Error: Type 'JSObject' not found.
extension type GravitySensor._(JSObject _) implements Sensor, JSObject {
                                                              ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:22:31: Error: The type 'JSObject' can't be implemented by an extension type.
    implements SensorOptions, JSObject {
                              ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:49:24: Error: The type 'JSObject' can't be implemented by an extension type.
    implements Sensor, JSObject {
                       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:70:63: Error: The type 'JSObject' can't be implemented by an extension type.
extension type GravitySensor._(JSObject _) implements Sensor, JSObject {
                                                              ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:13:2: Error: Couldn't find constructor 'JS'.
@JS()
 ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:21:45: Error: 'JSObject' isn't a type.
extension type AccelerometerSensorOptions._(JSObject _)
                                            ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:48:43: Error: 'JSObject' isn't a type.
extension type LinearAccelerationSensor._(JSObject _)
                                          ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/dom/accelerometer.dart:70:32: Error: 'JSObject' isn't a type.
extension type GravitySensor._(JSObject _) implements Sensor, JSObject {
                               ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/events/providers.dart:5:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/events/providers.dart:6:8: Error: Dart library 'dart:js_interop_unsafe' is not available on this platform.
import 'dart:js_interop_unsafe';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/events/providers.dart:615:25: Error: 'JSObject' isn't a type.
  final jsObject = e as JSObject;
                        ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/events/providers.dart:618:47: Error: The getter 'toJS' isn't defined for the class 'String'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'toJS'.
  } else if (jsObject.hasProperty('mozHidden'.toJS).toDart) {
                                              ^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/events/providers.dart:620:46: Error: The getter 'toJS' isn't defined for the class 'String'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'toJS'.
  } else if (jsObject.hasProperty('msHidden'.toJS).toDart) {
                                             ^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/events/providers.dart:622:50: Error: The getter 'toJS' isn't defined for the class 'String'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'toJS'.
  } else if (jsObject.hasProperty('webkitHidden'.toJS).toDart) {
                                                 ^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/extensions.dart:25:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/extensions.dart:39:69: Error: The getter 'toJS' isn't defined for the class 'num'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'toJS'.
      (quality == null) ? toDataURL(type) : toDataURL(type, quality.toJS);
                                                                    ^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/extensions.dart:55:7: Error: The method 'jsify' isn't defined for the class 'Map<String, bool>'.
 - 'Map' is from 'dart:core'.
Try correcting the name to the name of an existing method, or defining a method named 'jsify'.
    }.jsify();
      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:5:8: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
       ^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:10:35: Error: Type 'JSAny' not found.
extension type _CrossOriginWindow(JSAny? any) {
                                  ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:16:12: Error: Type 'JSAny' not found.
  external JSAny? get location;
           ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:17:12: Error: Type 'JSAny' not found.
  external JSAny? get opener;
           ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:18:12: Error: Type 'JSAny' not found.
  external JSAny? get parent;
           ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:19:12: Error: Type 'JSAny' not found.
  external JSAny? get top;
           ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:27:5: Error: Type 'JSAny' not found.
    JSAny? message, [
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:28:5: Error: Type 'JSAny' not found.
    JSAny optionsOrTargetOrigin,
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:29:13: Error: Type 'JSObject' not found.
    JSArray<JSObject> transfer,
            ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:29:5: Error: Type 'JSArray' not found.
    JSArray<JSObject> transfer,
    ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:34:37: Error: Type 'JSAny' not found.
extension type _CrossOriginLocation(JSAny? any) {
                                    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:51:23: Error: Type 'JSAny' not found.
  CrossOriginWindow._(JSAny? o) : _window = _CrossOriginWindow(o);
                      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:53:37: Error: Type 'JSAny' not found.
  static CrossOriginWindow? _create(JSAny? o) {
                                    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:96:5: Error: Type 'JSAny' not found.
    JSAny? message, [
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:97:5: Error: Type 'JSAny' not found.
    JSAny? optionsOrTargetOrigin,
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:98:13: Error: Type 'JSObject' not found.
    JSArray<JSObject>? transfer,
            ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:98:5: Error: Type 'JSArray' not found.
    JSArray<JSObject>? transfer,
    ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:116:3: Error: Type 'JSAny' not found.
  JSAny? get unsafeWindow => _window.any;
  ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:132:25: Error: Type 'JSAny' not found.
  CrossOriginLocation._(JSAny? o) : _location = _CrossOriginLocation(o);
                        ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:134:39: Error: Type 'JSAny' not found.
  static CrossOriginLocation? _create(JSAny? o) {
                                      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:155:3: Error: Type 'JSAny' not found.
  JSAny? get unsafeLocation => _location.any;
  ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:160:12: Error: Type 'JSAny' not found.
  external JSAny? get _contentWindow;
           ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:177:12: Error: Type 'JSAny' not found.
  external JSAny? _open(String url);
           ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:184:12: Error: Type 'JSAny' not found.
  external JSAny? get _opener;
           ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:191:12: Error: Type 'JSAny' not found.
  external JSAny? get _parent;
           ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:198:12: Error: Type 'JSAny' not found.
  external JSAny? get _top;
           ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:159:4: Error: Couldn't find constructor 'JS'.
  @JS('contentWindow')
   ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:176:4: Error: Couldn't find constructor 'JS'.
  @JS('open')
   ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:183:4: Error: Couldn't find constructor 'JS'.
  @JS('opener')
   ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:190:4: Error: Couldn't find constructor 'JS'.
  @JS('parent')
   ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:197:4: Error: Couldn't find constructor 'JS'.
  @JS('top')
   ^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:10:35: Error: 'JSAny' isn't a type.
extension type _CrossOriginWindow(JSAny? any) {
                                  ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:27:5: Error: 'JSAny' isn't a type.
    JSAny? message, [
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:28:5: Error: 'JSAny' isn't a type.
    JSAny optionsOrTargetOrigin,
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:29:13: Error: 'JSObject' isn't a type.
    JSArray<JSObject> transfer,
            ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:29:5: Error: 'JSArray' isn't a type.
    JSArray<JSObject> transfer,
    ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:34:37: Error: 'JSAny' isn't a type.
extension type _CrossOriginLocation(JSAny? any) {
                                    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:51:23: Error: 'JSAny' isn't a type.
  CrossOriginWindow._(JSAny? o) : _window = _CrossOriginWindow(o);
                      ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:53:37: Error: 'JSAny' isn't a type.
  static CrossOriginWindow? _create(JSAny? o) {
                                    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:96:5: Error: 'JSAny' isn't a type.
    JSAny? message, [
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:97:5: Error: 'JSAny' isn't a type.
    JSAny? optionsOrTargetOrigin,
    ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:98:13: Error: 'JSObject' isn't a type.
    JSArray<JSObject>? transfer,
            ^^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:98:5: Error: 'JSArray' isn't a type.
    JSArray<JSObject>? transfer,
    ^^^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:132:25: Error: 'JSAny' isn't a type.
  CrossOriginLocation._(JSAny? o) : _location = _CrossOriginLocation(o);
                        ^^^^^
../../.pub-cache/hosted/pub.dev/web-1.1.1/lib/src/helpers/cross_origin.dart:134:39: Error: 'JSAny' isn't a type.
  static CrossOriginLocation? _create(JSAny? o) {

Unhandled exception:
FileSystemException(uri=org-dartlang-untranslatable-uri:dart%3Ajs_interop; message=StandardFileSystem only supports file:* and data:* URIs)
#0      StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:45)
#1      asFileUri (package:vm/kernel_front_end.dart:820)
#2      writeDepfile (package:vm/kernel_front_end.dart:960)
<asynchronous suspension>
#3      FrontendCompiler.compile (package:frontend_server/frontend_server.dart:712)
<asynchronous suspension>
#4      starter (package:frontend_server/starter.dart:109)
<asynchronous suspension>
#5      main (file:///Volumes/Work/s/w/ir/x/w/sdk/pkg/frontend_server/bin/frontend_server_starter.dart:13)
<asynchronous suspension>

Target kernel_snapshot_program failed: Exception

I tried with flutter pub cache repair flutter pub cache clean flutter clean almost everything but nothing helps

pubspec.yaml


environment:
  sdk: ">=2.19.0-0 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
  flutter:
    sdk: flutter
#  flutter_web_plugins: # add this line
#    sdk: flutter       # and this line
  get: ^4.7.2
  crypto: ^3.0.6
  hive: ^2.2.3
  path_provider: ^2.1.5
  hive_flutter: ^1.1.0
  animated_icon: ^0.0.9
  wifi_iot: ^0.3.19+2
  shimmer: ^3.0.0
  mobile_scanner: ^6.0.7
  flutter_markdown: ^0.7.6+2
#  video_player: ^2.9.3
  app_links: ^6.4.0
  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^1.0.8
  roundcheckbox: ^2.0.5
  intl: ^0.20.2
  syncfusion_flutter_datepicker: ^28.2.9
  wifi_scan: ^0.4.1+2
  firebase_core: ^3.12.1
  logger: ^2.5.0
  flutter_secure_storage: ^9.2.4
  syncfusion_flutter_sliders: ^28.2.9
  responsive_builder: ^0.7.1
  udp: ^5.0.3
  badges: ^3.1.2
  firebase_auth: ^5.5.1
  flutter_typeahead: ^5.2.0
  flutter_spinkit: ^5.2.1
  photo_view: ^0.15.0
  firebase_database: ^11.3.4
  url_launcher: ^6.3.1
  cached_network_image: ^3.4.1
  permission_handler: ^11.4.0
  fluttertoast: ^8.2.12
  widget_and_text_animator: ^1.1.5
  dio: ^5.8.0+1
  app_settings: ^5.2.0
  sprintf: ^7.0.0
  flutter_svg: ^2.0.17
  font_awesome_flutter: ^10.8.0
  curl_logger_dio_interceptor: ^1.0.0
  pin_code_fields: ^8.0.1
  cloud_firestore: ^5.6.5
  mqtt_client: ^10.8.0
  uuid: ^4.5.1
  universal_html: ^2.2.4
  flutter_siri_shortcuts: ^0.0.1
  package_info_plus: ^8.3.0
  device_info_plus: ^11.3.3
  rive: ^0.13.20
  toggle_switch: ^2.3.0
  web: ^1.1.1

dev_dependencies:
  hive_generator: ^2.0.1
  build_runner: ^2.4.15
  flutter_test:
    sdk: flutter

urgent help required!

amansinghal avatar Mar 09 '25 17:03 amansinghal

delete here : "import 'package:get/get_connect/sockets/src/sockets_html.dart'"

EverYeon avatar Mar 11 '25 06:03 EverYeon

@EverYeon where should this be deleted?

Edijae avatar Jul 14 '25 11:07 Edijae