-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
86 lines (78 loc) · 2.09 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
name: flutter_clip_link
description: "Clip Link App is a URL Shortener App that lets you create short
links for all your favorite websites!"
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ^3.5.3
dependencies:
animated_checkmark: ^3.1.0
cupertino_icons: ^1.0.8
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_bloc: ^8.1.6
flutter_svg: ^2.0.10+1
get_it: ^8.0.0
go_router: ^14.2.8
hydrated_bloc: ^9.1.5
iconsax_plus: ^1.0.0
loader_overlay: ^4.0.2+1
loggy: ^2.0.3
path_provider: ^2.1.4
reactive_forms: ^17.0.1
skeletonizer: ^1.4.2
url_launcher: ^6.3.1
qr_flutter: ^4.1.0
clip_link_repository:
path: packages/clip_link_repository
dev_dependencies:
bloc_test: ^9.1.7
build_runner: ^2.4.13
flutter_gen_runner: ^5.7.0
flutter_launcher_icons: ^0.14.1
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
json_serializable: ^6.8.0
mocktail: ^1.0.4
flutter:
uses-material-design: true
assets:
- assets/
- assets/fonts/
- assets/illustration/
- assets/images/
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Regular.ttf
weight: 400
- asset: assets/fonts/Roboto-Medium.ttf
weight: 500
- asset: assets/fonts/Roboto-Bold.ttf
weight: 700
- asset: assets/fonts/Roboto-Black.ttf
weight: 900
# To generate the launcher icons for the app, run:
# dart run flutter_launcher_icons
flutter_launcher_icons:
image_path_android: "assets/app_icons/android-icon-1024x1024.png"
image_path_ios: "assets/app_icons/ios-icon-1024x1024.png"
android: true
ios: true
remove_alpha_ios: true
adaptive_icon_background: "assets/app_icons/adaptive-icon-background-1024x1024.png"
adaptive_icon_foreground: "assets/app_icons/adaptive-icon-foreground-768x768.png"
min_sdk_android: 24
web:
generate: true
image_path: "assets/app_icons/android-icon-1024x1024.png"
background_color: "#4F378B"
# To re-generate the assets, run:
# dart run build_runner build
flutter_gen:
output: lib/src/core/res/generated/
integrations:
flutter_svg: true
line_length: 80