-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
68 lines (58 loc) · 1.64 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
name: personal_portfolio
description: "Jr Flutter developer Ahmed Ghaly's portfolio website"
publish_to: 'none'
version: 0.1.4
environment:
sdk: ^3.5.1
dependencies:
flutter:
sdk: flutter
# State management
flutter_bloc: ^8.1.6
# An SVG rendering and widget library for Flutter, which allows painting
flutter_svg: ^2.0.10+1
# A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
flutter_screenutil: ^5.9.3
# For beautiful animations
animate_do: ^3.3.4
# For launching a URL
url_launcher: ^6.3.0
# To save files on any platform
file_saver: ^0.2.14
# To display progress widgets based on percentage
percent_indicator: ^4.2.3
# To add staggered animations to your ListView, GridView
flutter_staggered_animations: ^1.1.1
# Detects the visibility of its child and notifies a callback
visibility_detector: ^0.4.0+2
dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
launcher_name: ^1.0.2
icons_launcher: ^3.0.0
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/svgs/
- assets/cv/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter/Inter_24pt-Regular.ttf
weight: 400
- asset: assets/fonts/Inter/Inter_24pt-Medium.ttf
weight: 500
- asset: assets/fonts/Inter/Inter_24pt-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter/Inter_24pt-Bold.ttf
weight: 700
flutter_assets:
assets_path: assets/
output_path: lib/src/core/utils/
filename: app_assets.dart
field_prefix: null
launcher_name:
default: "Ahmed Ghaly"