-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
73 lines (61 loc) · 1.46 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
name: sophon
description: A new Flutter project.
publish_to: 'none'
version: 3.0.0
environment:
sdk: '>=3.4.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.5
flutter_dotenv: ^5.1.0
flutter_fadein: ^2.0.0
flutter_secure_storage: ^9.0.0
http: ^1.1.2
nuxify_widgetbook_core:
git:
url: https://github.com/Nuxify/widgetbook.git
path: core
ref: v1.7.0
reown_appkit: ^1.3.0
shimmer: ^3.0.0
url_launcher: ^6.3.0
web3dart: ^2.7.1
dev_dependencies:
bloc_test: ^9.1.0
build_runner: ^2.4.14
flutter_gen_runner: ^5.4.0
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.4.0
flutter_test:
sdk: flutter
json_serializable: ^6.8.0
lint: ^2.3.0
mocktail: ^1.0.1
flutter:
uses-material-design: true
assets:
- .env
- lib/core/infrastructures/contracts/staging/greeter.abi.json
- assets/images/
fonts:
- family: OpenSans
fonts:
- asset: assets/fonts/OpenSans/OpenSans-Regular.ttf
- asset: assets/fonts/OpenSans/OpenSans-Light.ttf
weight: 300
- asset: assets/fonts/OpenSans/OpenSans-Bold.ttf
weight: 800
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/images/app-launcher-icon.png"
remove_alpha_ios: true
flutter_native_splash:
color: "#000000"
image: assets/images/logo.png
web: false
android_12:
color: "#000000"
icon_background_color: "#000000"
image: assets/images/logo-android12.png