-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
132 lines (104 loc) · 3.14 KB
/
pubspec.yaml
File metadata and controls
132 lines (104 loc) · 3.14 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
name: meshcore_team
description: "Cross-platform mesh networking app for iOS and Android"
# Licensed under CC BY-NC-SA 4.0 - Non-commercial use only
publish_to: 'none'
version: 1.1.2+11202
environment:
sdk: ^3.6.0
dependencies:
flutter:
sdk: flutter
# Icons
cupertino_icons: ^1.0.8
# BLE Communication
flutter_blue_plus: ^2.1.0
# Database
drift: ^2.14.0
sqlite3_flutter_libs: ^0.5.0
path_provider: ^2.1.5
path: ^1.8.3
# State Management
provider: ^6.1.5
# Reactive Streams
rxdart: ^0.28.0
# Map & Location
flutter_map: ^7.0.2
latlong2: ^0.9.1
geolocator: ^12.0.0
compassx: ^1.0.1
# File Handling
gpx: ^2.3.0
file_picker: ^8.0.0
uuid: ^4.3.3
share_plus: ^12.0.1
# Channel share/import (QR + deep links)
qr_flutter: ^4.1.0
mobile_scanner: ^6.0.2
app_links: ^6.3.2
# Storage
shared_preferences: ^2.2.2
# Notifications & Background
flutter_local_notifications: ^18.0.1
flutter_foreground_task: ^6.1.2
wakelock_plus: ^1.2.8
permission_handler: ^11.0.0
android_intent_plus: ^4.0.0
# Utilities
crypto: ^3.0.3
http: ^1.2.0
package_info_plus: ^8.0.0
battery_plus: ^6.2.0
# Map tile caching / offline maps
cached_network_image: ^3.4.1
flutter_cache_manager: ^3.4.1
# Team config export/import (ZIP)
archive: ^4.0.0
# Team config offline sharing (local HTTP server)
shelf: ^1.4.0
flutter_file_dialog: ^3.0.3
dev_dependencies:
flutter_test:
sdk: flutter
# Code Generation
drift_dev: ^2.14.0
build_runner: ^2.4.0
# Linting
flutter_lints: ^5.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
- ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/to/asset-from-package
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package