diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-29 00:13:51 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-29 00:13:51 -0500 |
| commit | eda099834e8c1cf028cc21d20266fde589fb2ef7 (patch) | |
| tree | 08c4df4708fe834e9baa3bf98b1e3a50f1329f3f /pubspec.yaml | |
| parent | 74f9c14eb1918624725267947e3366b6f465ea0e (diff) | |
Add build date to about
Diffstat (limited to 'pubspec.yaml')
| -rwxr-xr-x | pubspec.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 14cd1f1..7b4aa5e 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,10 +9,12 @@ environment: sdk: ^3.9.2
dependencies:
+ build_info: ^1.1.0
flutter:
sdk: flutter
geolocator: ^14.0.2
package_info_plus: ^8.3.1
+ region_settings: ^1.5.0
url_launcher: ^6.3.2
dev_dependencies:
|
