-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
79 lines (59 loc) · 1.35 KB
/
Copy pathpubspec.yaml
File metadata and controls
79 lines (59 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name: wildlink
description: "WildLink - LoRa-based Offline Communication System"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# State Management
provider: ^6.1.1
# Local Database
sqflite: ^2.3.0
path_provider: ^2.1.1
path: ^1.8.3
# Date & Time Formatting
intl: ^0.18.1
# QR Code (device pairing)
qr_flutter: ^4.1.0
mobile_scanner: ^3.5.2
# Offline Maps
flutter_map: ^6.1.0
latlong2: ^0.9.0
http: ^1.2.1
# GPS Location
geolocator: ^10.1.0
# Permissions
permission_handler: ^11.1.0
# UI Helpers
flutter_svg: ^2.0.9
# BLE Communication (future)
flutter_blue_plus: ^1.32.12
# USB Serial (ESP32 ↔ Mobile)
usb_serial: ^0.5.2
# Unique Device Info
device_info_plus: ^10.1.0
# Local Preferences
shared_preferences: ^2.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.4.0
flutter:
uses-material-design: true
assets:
- assets/icons/app_icon.png
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icons/app_icon.png"
adaptive_icon_background: "#4CAF50"
adaptive_icon_foreground: "assets/icons/app_icon.png"
flutter_native_splash:
color: "#FFFFFF"
android: true
ios: true
android_disable_fullscreen: true