generated from hawkkiller/sizzle_starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
100 lines (77 loc) · 1.6 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
name: midjourney_client_ui
description: Your description
# Prevent accidental publishing to pub.dev.
publish_to: "none"
version: 0.0.1+1
environment:
sdk: ">=3.0.5 <4.0.0"
flutter: ">=3.10.5 <4.0.0"
dependencies:
# SDK
flutter:
sdk: flutter
collection: ^1.17.1
async: ^2.11.0
meta: ^1.9.1
# Localization
intl: ^0.18.0
flutter_localizations:
sdk: flutter
# Stream
stream_transform: 2.1.0
rxdart: 0.27.7
# BLoC
flutter_bloc: 8.1.3
# Network
http: ^1.1.0
# Router
auto_route: ^7.5.0
# Firebase
firebase_analytics: ^10.4.3
firebase_core: 2.14.0
# Persisting
drift: 2.9.0
sqlite3_flutter_libs: 0.5.15
shared_preferences: 2.1.2
# Codegen annotations
json_annotation: 4.8.1
# Logging
stack_trace: 1.11.0
sentry_flutter: ^7.8.0
l: 4.0.1
# Lints
sizzle_lints: 1.0.10
# Utils
pure: 0.2.0
platform_info: 4.0.0
bloc_concurrency: 0.2.2
path: ^1.8.3
path_provider: ^2.0.15
midjourney_client: ^0.3.4-alpha
# Local packages
database:
path: packages/database
extended_image: ^8.0.2
dev_dependencies:
# Testing
flutter_test:
sdk: flutter
# Codegen
json_serializable: 6.7.0
build_runner: 2.4.5
drift_dev: 2.9.0
auto_route_generator: 7.1.1
# Utils
flutter_launcher_icons: 0.13.1
flutter_native_splash: 2.3.1
flutter_gen_runner: 5.3.1
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
flutter_gen:
output: lib/src/core/assets/generated
line_length: 80