conditional dependencies
This commit is contained in:
parent
93e34d7316
commit
ed1763ecec
|
|
@ -21,14 +21,22 @@ dependencies:
|
|||
dependency_overrides:
|
||||
wakelock_plus: ^1.2.5
|
||||
package_info_plus: ^8.0.0
|
||||
|
||||
# {% 'flet_audio_recorder' in cookiecutter.flutter.dependencies %}
|
||||
record: ^5.1.1
|
||||
# {% endif %}
|
||||
|
||||
# {% 'flet_geolocator' in cookiecutter.flutter.dependencies %}
|
||||
geolocator: ^12.0.0
|
||||
geolocator_android: ^4.6.0
|
||||
# {% endif %}
|
||||
|
||||
# {% 'flet_flashlight' in cookiecutter.flutter.dependencies %}
|
||||
torch_light:
|
||||
git:
|
||||
url: https://github.com/flet-dev/torch_light.git
|
||||
ref: android-namespace
|
||||
# {% endif %}
|
||||
|
||||
serious_python_android:
|
||||
git:
|
||||
|
|
|
|||
Loading…
Reference in New Issue