From 531fb59d5ec0095b2637bf594767158895c0ed79 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 1 Jul 2024 13:54:49 -0700 Subject: [PATCH] Remove torch_light override It should be fixed with torch_light 1.1.0 --- {{cookiecutter.out_dir}}/pubspec.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index f159203..d0d308b 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -31,13 +31,6 @@ dependency_overrides: geolocator_android: ^4.6.0 # {% endif %} -# {% if 'flet_flashlight' in cookiecutter.flutter.dependencies %} - torch_light: - git: - url: https://github.com/flet-dev/torch_light.git - ref: android-namespace -# {% endif %} - dev_dependencies: flutter_launcher_icons: "^0.13.1" flutter_native_splash: ^2.3.6