-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
41 lines (32 loc) · 902 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: flutter_login_register_ui
description: Flutter Login & Register UI.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The version and build number of the app
version: 1.0.0+1
environment:
sdk: ">=2.17.6 <3.0.0"
# Main dependencies
dependencies:
flutter:
sdk: flutter
# flutter_svg: ^1.1.4
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# Flutter specific packages
flutter:
# Add project assets
assets:
- assets/images/
- assets/fonts/
fonts:
- family: GeneralSans
fonts:
- asset: assets/fonts/GeneralSans-Light.ttf
- asset: assets/fonts/GeneralSans-Regular.ttf
- asset: assets/fonts/GeneralSans-Medium.ttf
- asset: assets/fonts/GeneralSans-Semibold.ttf
- asset: assets/fonts/GeneralSans-Bold.ttf
uses-material-design: true