-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
56 lines (42 loc) · 919 Bytes
/
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
name: mappy2
description: Mappy 2.0, 16 months later
publish_to: "none"
version: 0.0.1+1
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
# Architecture
flutter_bloc: ^8.0.1
get_it: ^7.2.0
# Networking
http: ^0.13.4
# JSON serialization/deserialization annotations
freezed_annotation: ^1.1.0
json_annotation: ^4.4.0
# Flutter Mapbox GL + location
mapbox_gl: ^0.15.0
location: ^4.3.0
# Utilities
equatable: ^2.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.9.2
# Linter
flutter_lints: ^1.0.4
# Build runner
build_runner: ^2.1.7
# JSON serialization/deserialization
freezed: ^1.1.1
json_serializable: ^6.1.4
flutter_icons:
android: launcher_icon
ios: false
image_path: assets/app_icon.png
flutter:
uses-material-design: true
assets:
- assets/app_icon.png
- assets/location_pin.png