-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathpubspec.yaml
70 lines (61 loc) · 1.82 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
name: first_app
description: A Flutter starter app that gives you a solid foundation for a real app
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the build number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 1.6.13+33
# Prevent accidental publishing to pub.dev.
publish_to: "none"
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.18.1
oauth2_client: ^3.0.0
cupertino_icons: ^1.0.5
meta: ^1.10.0
# Do not upgrade http to 1.2.0 and above until integration_test can run with web >=0.4.2
http: ^1.1.2
provider: ^6.0.3
shared_preferences: ^2.0.15
google_maps_flutter: ^2.5.3
google_maps_flutter_web: ^0.5.4+3
geocoding: ^2.0.5
firebase_core: ^2.23.0
firebase_analytics: ^10.8.0
firebase_crashlytics: ^3.4.9
firebase_messaging: ^14.7.10
geolocator: ^10.1.0
mockito: ^5.4.4
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^3.0.1
test: ^1.24.9
flutter_launcher_icons: ^0.13.1
convert: ^3.0.2
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon.png"
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:
- assets/actingweb-header-small.png
fonts:
- family: Nunito
fonts:
- asset: assets/Nunito.ttf
# Enable generation of localized Strings from arb file AppLocalizations.
generate: true