From 44470126918a9a54582948c46281ca739e163428 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 19 Jun 2024 10:04:03 -0700 Subject: [PATCH] Override wakelock_plus and package_info_plus deps --- {{cookiecutter.out_dir}}/pubspec.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index ba95155..86a171f 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -12,23 +12,16 @@ dependencies: sdk: flutter serious_python: ^0.7.0 - # serious_python: - # git: - # url: https://github.com/flet-dev/serious-python - # path: src/serious_python - # ref: 'd059aef' - flet: ^0.23.0 - # flet: - # git: - # url: https://github.com/flet-dev/flet.git - # path: package - # ref: '37b9581' path: ^1.8.3 url_strategy: ^0.2.0 cupertino_icons: ^1.0.6 +dependency_overrides: + wakelock_plus: ^1.2.5 + package_info_plus: ^8.0.0 + dev_dependencies: flutter_test: sdk: flutter