-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
83 lines (73 loc) · 1.47 KB
/
pubspec.yaml
File metadata and controls
83 lines (73 loc) · 1.47 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
80
81
82
83
name: beyondhack
description: A new Flutter project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
adaptive_dialog:
get: ^4.6.1
freezed:
image_picker:
firebase_core: ^1.13.1
json_serializable:
json_annotation:
animate_do: ^2.1.0
firebase_auth: ^3.3.11
styled_widget:
intl: ^0.17.0
flutter_svg:
nhost_sdk: ^3.0.1
nhost_flutter_auth: ^2.0.1
mime:
path:
graphql:
nhost_graphql_adapter: ^2.0.1
logger:
dartx:
flutter_easyloading: ^3.0.3
crypto: ^3.0.1
freezed_annotation:
shared_preferences:
table_calendar:
auto_size_text:
cached_network_image:
flame: ^1.1.0
flame_audio:
audioplayers: ^0.20.1
sign_button: ^2.0.2
flutter_login: ^3.2.0
font_awesome_flutter:
url_launcher:
app_links:
chat_bubbles: ^1.2.0
cloud_functions: ^3.2.12
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
build_runner: ^2.1.2
flutter_gen_runner: ^3.1.1
artemis:
flutter_launcher_icons:
dependency_overrides:
gql: "0.13.1-alpha+1645425888336"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/svgs/
- assets/icons/
flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/images/logo.png"
flutter_gen:
output: lib/ui/assets/
line_length: 80
integrations:
flutter_svg: true