Add package_info_plus dependency

Added the package_info_plus dependency (version ^9.0.0) to pubspec.yaml to enable access to app package information.
This commit is contained in:
Feodor Fitsner 2025-12-01 12:31:50 -08:00
parent ce93e1b6d1
commit e546842ec7
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ dependency_overrides:
path: src/serious_python path: src/serious_python
wakelock_plus: ^1.4.0 wakelock_plus: ^1.4.0
package_info_plus: ^9.0.0
window_manager: ^0.5.1 window_manager: ^0.5.1
# {% if 'flet_geolocator' in cookiecutter.flutter.dependencies %} # {% if 'flet_geolocator' in cookiecutter.flutter.dependencies %}