-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
74 lines (67 loc) · 1.52 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
71
72
73
74
name: syntrack
description: A time tracking and booking tool
publish_to: 'none'
version: 1.4.2+8
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
async: ^2.8.1
auto_route: ^7.1.0
autocomplete_textfield_ns: ^2.0.0
built_collection: ^5.1.0
built_value: ^8.1.0
copy_with_extension: ^5.0.0
cupertino_icons: ^1.0.2
equatable: ^2.0.3
flutter_bloc: ^8.0.0
http: ^0.13.3
hydrated_bloc: ^9.1.0
intl: ^0.18.0
just_debounce_it: ^4.0.0+2
path_provider: ^2.0.2
sizer: ^2.0.13
uuid: ^3.0.4
# flutter_typeahead: ^4.3.6
flutter_typeahead:
git:
url: https://github.com/enoy19/flutter_typeahead.git
ref: streamed
path: ^1.8.3
easy_debounce: ^2.0.3
collection: ^1.17.1
isoweek: ^1.1.4
sliver_tools: ^0.2.10
dev_dependencies:
flutter_test:
sdk: flutter
auto_route_generator: ^7.0.0
build_runner: ^2.3.3
built_value_generator: ^8.1.0
copy_with_extension_gen: ^5.0.0
flutter_launcher_icons: ^0.13.1
flutter_lints: ^2.0.1
flutter:
uses-material-design: true
assets:
- assets/
flutter_launcher_icons:
android: "launcher_icon"
ios: false
image_path: "res/logo/syntrack_logo_padded.png"
min_sdk_android: 21
web:
generate: true
image_path: "res/logo/syntrack_logo.png"
background_color: "#FF5250"
theme_color: "#1923DC"
windows:
generate: false
image_path: "res/logo/syntrack_logo.png"
icon_size: 256
macos:
generate: true
image_path: "res/logo/syntrack_logo_padded.png"