-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
41 lines (35 loc) · 946 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: github_repo_search
description: project for cv.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
dio: ^4.0.0
flutter_bloc: ^7.0.0
flutter_svg: ^0.21.0+1
intl: ^0.17.0
url_launcher: ^6.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/icons/
fonts:
- family: SFProDisplay
fonts:
- asset: fonts/SFProDisplay-Medium.ttf
weight: 500
- asset: fonts/SFProDisplay-Bold.ttf
weight: 700
- asset: fonts/SFProDisplay-Heavy.ttf
weight: 800
- asset: fonts/SFProDisplay-Black.ttf
weight: 900