-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
56 lines (47 loc) · 1023 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: kanivis
description: Knowles' Audible Navigation for Visually Impaired Sailors
version: 1.0.0+4
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_tts: ^3.2.4
intl: ^0.18.1
shared_preferences: null
audioplayers: ^5.2.1
nmea:
git:
url: https://github.com/jamesdalby/nmea.git
ref: master
ais:
git:
url: https://github.com/jamesdalby/ais.git
ref: master
cupertino_icons: ^1.0.4
collection: ^1.17.0
wave_generator:
git:
url: https://github.com/jamesdalby/wave-generator.git
ref: master
geolocator: ^10.1.0
flutter_compass: ^0.8.0
permission_handler: ^11.1.0
provider: ^6.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_icons:
android: true
ios: true
image_path: "svg/k1024.png"
flutter:
uses-material-design: true
generate: true
assets:
- assets/beeps/
flutter_intl:
enabled: true