-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
85 lines (73 loc) · 2.03 KB
/
pubspec.yaml
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
name: pika_patrol
description: "Patrol, track, and log pikas"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 3.0.5+305
environment:
sdk: '>=3.3.0-71.0.dev <4.0.0'
dependencies:
flutter:
sdk: flutter
firebase_core: ^2.20.0
firebase_core_web: ^2.8.1
firebase_auth: ^4.12.0
firebase_auth_web: ^5.8.5
firebase_storage: ^11.4.0
cloud_firestore: ^4.12.1
cloud_firestore_web: ^3.8.2
google_sign_in: ^6.1.5
flutter_localizations:
sdk: flutter
version: ^0.0.0
intl: ^0.18.1
flutter_plugin_android_lifecycle: ^2.0.17
cupertino_icons: ^1.0.6
provider: ^6.0.5
image_cropper: ^5.0.0
image_picker: ^1.0.4
file_picker: ^6.0.0
shimmer: ^3.0.0
liquid_swipe: ^3.1.0
curved_navigation_bar: ^1.0.3
# flutter_audio_recorder: ^0.5.5 TODO - fork flutter_audio_recorder for dart 3 compat, though I think the following does that already:
flutter_audio_recorder4: ^1.0.0
material_themes_widgets: ^1.14.1
url_launcher: ^6.1.12 #requires sdk >= 3.0.0 <4.0.0
chips_choice: ^3.0.0
charcode: ^1.3.1
hive: ^2.2.3
hive_flutter: ^1.1.0
mime: ^1.0.4
geolocator: ^9.0.2
data_connection_checker_nulls: ^0.0.2
# connectivity_plus: ^5.0.2
shared_preferences: ^2.2.0
permission_handler: ^11.0.1
dash_flags: ^0.1.1
language_code_icons: ^0.1.0
gsheets: ^0.5.0
dev_dependencies:
flutter_test:
sdk: flutter
hive_generator: ^2.0.0
build_runner: ^2.4.6
flutter_launcher_icons: ^0.13.1
flutter_lints: ^3.0.0
flutter:
generate: true
uses-material-design: true
assets:
- assets/
- assets/icons/
- assets/images/
- assets/audio/
fonts:
- family: LanguageCodes
fonts:
- asset: "packages/language_code_icons/assets/fonts/LanguageCodes.ttf"
flutter_icons:
android: true
image_path_android: "assets/icons/icon.png"
ios: true
image_path_ios: "assets/icons/icon_no_transparency.png"