first commit

This commit is contained in:
2026-03-24 15:03:35 +01:00
commit cdba16ebe8
162 changed files with 194406 additions and 0 deletions

75
app/pubspec.yaml Normal file
View File

@@ -0,0 +1,75 @@
name: hha_logistics
version: 1.0.0+1
publish_to: none
description: HHA Logistics - Moderne Flutter App für die Hamburger Hochbahn
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# State Management
flutter_bloc: ^8.1.3
equatable: ^2.0.5
# Navigation
go_router: ^12.1.1
# Local Storage
sqflite: ^2.3.0
path_provider: ^2.1.1
shared_preferences: ^2.2.2
# Networking
dio: ^5.4.0
connectivity_plus: ^5.0.2
# Barcode Scanning
mobile_scanner: ^3.5.5
# UI Components
shimmer: ^3.0.0
flutter_slidable: ^3.0.1
badges: ^3.1.2
flutter_animate: ^4.3.0
lottie: ^2.7.0
# Icons & Fonts
cupertino_icons: ^1.0.6
google_fonts: ^6.1.0
flutter_svg: ^2.0.9
phosphor_flutter: ^2.0.1
# Utils
intl: ^0.20.2
uuid: ^4.2.1
logger: ^2.0.2
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
dartz: ^0.10.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
build_runner: ^2.4.7
freezed: ^2.4.5
json_serializable: ^6.7.1
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
# assets:
# - assets/icons/
# - assets/animations/
# - assets/images/
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/app_icon.png"
min_sdk_android: 21