diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-28 17:45:53 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-28 17:45:53 -0500 |
| commit | 40794d320d287c13e011078d09b3669af77e120f (patch) | |
| tree | 9ba0648104c53a7ba08a23ed9708d541b7878a9d /pubspec.yaml | |
| parent | b96491034b27ba614cb465e0d7bf92e855b95fff (diff) | |
Implement about page
Diffstat (limited to 'pubspec.yaml')
| -rwxr-xr-x | pubspec.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index def6cb1..14cd1f1 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,6 +12,8 @@ dependencies: flutter:
sdk: flutter
geolocator: ^14.0.2
+ package_info_plus: ^8.3.1
+ url_launcher: ^6.3.2
dev_dependencies:
flutter_launcher_icons: ^0.14.4
@@ -22,6 +24,9 @@ dev_dependencies: flutter:
uses-material-design: true
+ assets:
+ - LICENSE
+
flutter_launcher_icons:
image_path: "assets/speed.png"
android: true
|
