app mobile allarmi prima

This commit is contained in:
2025-10-20 19:17:45 +02:00
commit 300912ee02
159 changed files with 11755 additions and 0 deletions

67
pubspec.yaml Normal file
View File

@@ -0,0 +1,67 @@
name: terrain_monitor_app
description: ASE Advanced Slope Engineering - Sistema di Monitoraggio Terreni
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.9.2
dependencies:
flutter:
sdk: flutter
# UI & Design
cupertino_icons: ^1.0.8
google_fonts: ^6.1.0
flutter_svg: ^2.0.9
# State Management
provider: ^6.1.1
# Networking
http: ^1.1.2
dio: ^5.4.0
# Local Storage
shared_preferences: ^2.2.2
flutter_secure_storage: ^9.0.0
# Firebase & Push Notifications
firebase_core: ^2.24.2
firebase_messaging: ^14.7.9
flutter_local_notifications: ^17.0.0
# Maps
google_maps_flutter: ^2.5.0
geolocator: ^10.1.0
# Utils
intl: ^0.19.0
timeago: ^3.6.0
url_launcher: ^6.2.2
# Charts
fl_chart: ^0.68.0
# Icons
font_awesome_flutter: ^10.6.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.14.1
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/logo/
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/logo/app_icon.png"
adaptive_icon_background: "#1565C0"
adaptive_icon_foreground: "assets/logo/app_icon_foreground.png"