From 564ca2e6d916dd560b901d188cd45ccf5435491d Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Fri, 6 Jun 2025 11:47:08 +0200 Subject: [PATCH] pwa install config --- Frontend/pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Frontend/pubspec.yaml b/Frontend/pubspec.yaml index 83c9a961..65884909 100644 --- a/Frontend/pubspec.yaml +++ b/Frontend/pubspec.yaml @@ -77,6 +77,7 @@ dependencies: share_plus: ^10.1.4 app_settings: ^6.1.1 animated_button: ^0.3.1 + pwa_install: ^0.0.6 dev_dependencies: flutter_test: @@ -84,7 +85,7 @@ dev_dependencies: build_runner: ^2.4.8 - build_web_compilers: ^3.2.7 + build_web_compilers: ^4.1.5 # The "flutter_lints" package below contains a set of recommended lints to # encourage good coding practices. The lint set provided by the package is # activated in the `analysis_options.yaml` file located at the root of your