-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
75 lines (66 loc) · 1.51 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
75
name: walt
description: food delivery sample App
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_riverpod: ^1.0.3
flutter_hooks: ^0.18.3
hooks_riverpod: ^1.0.3
webview_flutter: ^3.0.2
palette_generator: ^0.3.3
cloud_firestore: ^3.1.12
built_collection: ^5.1.1
dio: ^4.0.6
retrofit: ^3.0.1+1
logger: ^1.1.0
youtube_player_flutter: ^8.0.0
flutter_dotenv: ^5.0.2
freezed_annotation: ^2.0.1
json_annotation: ^4.4.0
smooth_page_indicator: ^1.0.0+2
preload_page_view: ^0.1.6
rxdart: ^0.27.3
flutter_custom_tabs: ^1.0.4
retry: ^3.1.0
transparent_image: ^2.0.0
flutter_svg: ^1.0.3
shared_preferences: ^2.0.13
collection: ^1.15.0
flutter_localizations:
sdk: flutter
intl: ^0.17.0
flutter_native_splash: ^2.1.6
scroll_to_index: ^3.0.0
async: ^2.8.2
visibility_detector: ^0.3.3
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^2.0.1
retrofit_generator: ^4.0.1
build_runner: ^2.1.10
json_serializable: ^6.1.6
freezed: ^2.0.2
flutter_launcher_icons: "^0.9.2"
flutter_native_splash:
color: '#ffffff'
image: 'assets/images/black_logo_no_background.png'
color_dark: '#000000'
image_dark: 'assets/images/white_logo_no_background.png'
fullscreen: true
flutter_icons:
android: true
ios: true
image_path: "assets/images/launcher_icon.png"
flutter:
generate: true
uses-material-design: true
assets:
- .env