-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
57 lines (50 loc) · 1.17 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
name: mstudy
description: Find study spaces at the University of Michigan, Ann Arbor
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
string_similarity: ^2.0.0
time_range_picker: ^2.1.0
freezed_annotation:
google_fonts: ^2.3.1
json_api: ^5.0.5
collection: ^1.15.0
shared_preferences: ^2.0.13
json_serializable: ^6.1.5
flutter_native_splash: ^2.1.3+1
geolocator: ^8.2.0
url_launcher: ^6.0.20
maps_launcher: ^2.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
build_runner:
freezed:
flutter_launcher_icons: "^0.9.2"
flutter_launcher_name:
git:
url: https://github.com/AlienKevin/flutter_launcher_name
ref: "0.11.1"
test:
flutter:
uses-material-design: false
fonts:
- family: MaterialIconsSelected
fonts:
- asset: fonts/MaterialIconsSelected.ttf
assets:
- assets/
flutter_native_splash:
color: "00274C"
image: "assets/icon_512.png"
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon_512.png"
flutter_launcher_name:
name: "MStudy"