-
Notifications
You must be signed in to change notification settings - Fork 118
PWA Generator Option #417
Comments
@filiph what do you think of adding pwa functionality to web-angular? |
Great suggestion, @daftspaniel! We now have the pwa package that makes it really easy to make web apps into PWAs (at least the offline part). But the experience is not 100% yet (for example, IntelliJ IDEA has a bug that I haven't filed yet that makes it really confusing to serve a project using pkg:pwa). Stagehand should always be a bit behind the curve, comfortably in the In the short term, we definitely should think about adding manifest.json. That's "for free" and doesn't break anyone. To get startup namer to 100/100 Lighthouse PWA (last week's methodology) I needed only these 2 commits on top of pkg:pwa: So, my short-term proposal:
WDYT? |
Thanks for pointing out the PWA package - looks really useful! The above sounds great for Angular apps. I'd also suggest something like ''Bare-bones PWA" for those who want to use other frameworks or just want a minimal base. |
While some of it comes from pubspec.yaml, others, like the |
Progressive Web Apps are becoming more important and it would be great to write them in Dart with a nice template to get started via Stagehand
This would set up a core manifest.json.
Material design might be an option?
The text was updated successfully, but these errors were encountered: