pwa_material_app 1.0.0
pwa_material_app: ^1.0.0 copied to clipboard
PWA Material App is a Flutter web application that uses the Material Design system and Progressive Web App (PWA) features.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pwa_material_appThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pwa_material_app: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pwa_material_app/pwa_material_app.dart';