isoos / pwa

Progressive Web App library for Dart
https://pub.dartlang.org/packages/pwa
BSD 3-Clause "New" or "Revised" License
76 stars 18 forks source link

Progressive Web App (PWA) for Dart

Progressive web apps (PWA) are a hybrid of regular web pages (or websites) and a mobile application. This new application model attempts to combine features offered by most modern browsers with the benefits of mobile experience.

Warning: the API is experimental, and subject to change.

Background

PWA is using ServiceWorkers:

Learn more about PWAs:

Articles about this packages:

Tutorial and Examples

Getting started

NOTE:

This library requires webdev installed locally. Install it using the command:

pub global activate webdev

Customize caching

Push notification

Planned features