-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
79 lines (71 loc) · 1.62 KB
/
pubspec.yaml
File metadata and controls
79 lines (71 loc) · 1.62 KB
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
75
76
77
78
79
name: syntrack
description: A time tracking and booking tool
publish_to: 'none'
version: 1.4.3+9
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
async: ^2.8.1
auto_route: ^10.2.0
autocomplete_textfield_ns: ^2.0.0
built_collection: ^5.1.0
built_value: ^8.1.0
copy_with_extension: ^10.0.1
cupertino_icons: ^1.0.2
equatable: ^2.0.3
flutter_bloc: ^9.1.1
http: ^1.5.0
hydrated_bloc: ^10.1.1
intl: ^0.20.2
just_debounce_it: ^4.0.0+2
path_provider: ^2.0.2
sizer: ^3.1.3
uuid: ^4.5.2
# 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.12
dev_dependencies:
flutter_test:
sdk: flutter
auto_route_generator: ^10.0.0
build_runner: ^2.4.0
built_value_generator: ^8.1.0
watcher: ^1.1.0
copy_with_extension_gen: ^10.0.1
flutter_launcher_icons: ^0.13.1
flutter_lints: ^2.0.1
dependency_overrides:
archive: ^4.0.7
flutter_keyboard_visibility: ^6.0.0
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"