-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
41 lines (36 loc) · 841 Bytes
/
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
name: portfolio
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
auto_size_text: ^3.0.0
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
font_awesome_flutter: ^10.4.0
go_router: ^14.0.0
grid_point_4: ^1.0.0
intl: ^0.20.0
layout: ^1.0.3
material_symbols_icons: ^4.2805.1
url_launcher: ^6.1.10
dev_dependencies:
very_good_analysis: ^7.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Rubik
fonts:
- asset: assets/fonts/Rubik-Regular.ttf
weight: 400
- asset: assets/fonts/Rubik-Medium.ttf
weight: 500
- asset: assets/fonts/Rubik-SemiBold.ttf
weight: 600
- asset: assets/fonts/Rubik-Bold.ttf
weight: 700