From f84d7dd8e20b6b267e502f9a83d58d9bac03d0a8 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 3 Dec 2025 19:22:25 -0800 Subject: [PATCH] Add new dependencies to pubspec.yaml Added device_info_plus, shared_preferences, and url_launcher to the dependencies. Reordered some existing dependencies for consistency. --- {{cookiecutter.out_dir}}/pubspec.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index f44ef21..9c1e917 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -15,13 +15,16 @@ dependencies: serious_python: 0.9.6 - path: ^1.9.0 cupertino_icons: ^1.0.6 + device_info_plus: ^12.1.0 file_picker: ^10.3.3 - path_provider: ^2.1.4 package_info_plus: ^9.0.0 + path_provider: ^2.1.4 + path: ^1.9.0 screen_brightness: ^2.1.0 sensors_plus: ^7.0.0 + shared_preferences: 2.5.3 + url_launcher: 6.3.2 wakelock_plus: ^1.4.0 window_manager: ^0.5.1