-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
65 lines (59 loc) · 1.36 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
name: wikiclimb_flutter_frontend
description: A Flutter frontend for WikiClimb. Check the project at https://wikiclimb.org.
publish_to: "none"
version: 0.0.2+3
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.2
get_it: ^7.2.0
flutter_bloc: ^8.0.1
intl: ^0.17.0
connectivity_plus: ^2.0.2
equatable: ^2.0.3
http: ^0.13.4
dartz: ^0.10.0
shared_preferences: ^2.0.8
internet_connection_checker: ^0.0.1+3
email_validator: ^2.0.1
formz: ^0.4.1
json_annotation: ^4.3.0
built_value: ^8.1.3
built_collection: ^5.1.1
image_picker: ^0.8.4+4
geolocator: ^8.0.0
flutter_map: ^0.14.0
flutter_map_marker_cluster: ^0.4.4
stream_transform: ^2.0.0
bloc_concurrency: ^0.2.0
material_floating_search_bar: ^0.3.6
drift: ^1.0.1
sqlite3_flutter_libs: ^0.5.2
path_provider: ^2.0.8
path: ^1.8.0
cached_network_image: ^3.2.0
convex_bottom_bar: ^3.0.0
freezed_annotation: ^1.1.0
dev_dependencies:
bloc_test: ^9.0.2
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^1.0.0
mockito: ^5.0.16
build_runner: ^2.1.4
json_serializable: ^6.0.1
built_value_generator: ^8.1.3
network_image_mock: ^2.0.1
drift_dev: ^1.0.2
freezed: ^1.1.0
flutter:
uses-material-design: true
assets:
- graphics/
generate: true