-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (50 loc) · 1.31 KB
/
Copy pathpubspec.yaml
File metadata and controls
56 lines (50 loc) · 1.31 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
name: devdeejay_portfolio_app
description: devdeejay.in portfolio
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
# Staggered Grid View
flutter_staggered_grid_view: "0.3.0"
# External URL Launcher
url_launcher: ^5.4.5
# bloc
flutter_bloc: ^3.2.0
equatable: ^1.1.1
# provider architecture
stacked: ^1.4.2
# animated text
animated_text_kit: ^2.0.1
# device preview
device_preview:
# cached network image
cached_network_image: ^2.2.0+1
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
fonts:
- family: montserrat
fonts:
- asset: assets/fonts/montserrat/Montserrat-Regular.ttf
- asset: assets/fonts/montserrat/Montserrat-Medium.ttf
weight: 600
- asset: assets/fonts/montserrat/Montserrat-SemiBold.ttf
weight: 700
- asset: assets/fonts/montserrat/Montserrat-Bold.ttf
weight: 800
- family: playlist
fonts:
- asset: assets/fonts/playlist/playlist.otf
assets:
- assets/images/facebook_icon.png
- assets/images/github_icon.png
- assets/images/instagram_icon.png
- assets/images/linkedin_icon.png
- assets/images/medium_icon.png
- assets/images/stackoverflow_icon.png