wafrat
  • Home
Subscribe

angulardart

A collection of 3 posts
angulardart

Fixing my AngularDart webapp after Chrome 86 update

Yesterday, my AngularDart webapp broke, with two exceptions. One in firebase-app.js: Error: Expected a value of type 'UserJsImpl', but got one of type 'MemoryInfo' And one in AngularForms: EXCEPTION: NoSuchMethodError: 'call' method not found Receiver: Instance of 'DeferredValidator' Arguments: [] It still works in Safari and Firefox. Another thing to
Oct 16, 2020 — 11 min read
angulardart

Chrome 81 broke my AngularDart webapp

My chatting application just broke. When I press Enter to send a message, it refreshes the page and navigates to ?. Then if I try again, it'll simply throw an exception: EXCEPTION: TypeError: Instance of 'eE': type 'eE' is not a subtype of type 'minified:G' I tried outputting SourceMaps by
Apr 19, 2020 — 1 min read
dart

Fixing build_web_compilers version error

Can't load Kernel binary: Invalid kernel binary format version. webdev could not run for this project. The `build_web_compilers` version – 2.1.0 – is not within the allowed constraint – >=0.3.6<0.5.0. Short answer: update webdev by running pub global activate webdev (doc).
Jun 8, 2019
wafrat © 2025