Skip to content

Commit

Permalink
Remove mention of PWA package (#5442)
Browse files Browse the repository at this point in the history
PWA package hasn't been updated in 2 years, and I think is fully
integrated into Flutter Web. This seems like old advice
https://pub.dev/packages/pwa
  • Loading branch information
jarrodcolburn authored Jan 3, 2024
1 parent 78fd0c2 commit d81d2ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/web/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,10 @@ with `webdev build`.
The following steps are optional. They can help make your app more
reliable and responsive.

* [Use the pwa package to make your app work offline](#use-the-pwa-package-to-make-your-app-work-offline)
* [Use deferred loading to reduce your app's initial size](#use-deferred-loading-to-reduce-your-apps-initial-size)
* [Follow best practices for web apps](#follow-best-practices-for-web-apps)
* [Remove unneeded build files](#remove-unneeded-build-files)

#### Use the pwa package to make your app work offline

The [pwa package]({{site.pub-pkg}}/pwa) simplifies the task of
making your app work with limited or no connectivity.
To learn more about using this package, see
[Making a Dart web app offline-capable: 3 lines of code.](https://medium.com/dartlang/making-a-dart-web-app-offline-capable-3-lines-of-code-e980010a7815)

#### Use deferred loading to reduce your app's initial size

You can use Dart's support for deferred loading to
Expand Down

0 comments on commit d81d2ba

Please sign in to comment.