oon arfiandwi
oon arfiandwi
hi @emailsubjekt , as you can see on [pubspec.yaml](https://github.com/Janamou/firebase-demo/blob/master/pubspec.yaml) this is not a flutter (web) app. this app intends to use with 'dart:html' and 'dart_to_js_script_rewriter' which now has been outdated.
it is work on web, with 'dart:html' but NOT with flutter.
hi @jimmyff do your problem resolved? actually it is same with #25 I got same problem when I ran with `dartdevc` (`webdev serve`), but no problem with `dart2js` (`webdev serve...
hi @jifalops is your problem resolved about `pwa.dart.bootstrap.js`? I got same problem when I ran with `dartdevc` (`webdev serve`), but no problem with `dart2js` (`webdev serve --release`). thank you.