-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (31 loc) · 968 Bytes
/
pubspec.yaml
File metadata and controls
42 lines (31 loc) · 968 Bytes
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
name: flutter_login_fingerprint
description: Flutter login with fingerprint
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
# Font Awesome Icon pack.
font_awesome_flutter: ^8.5.0
# Device authentication sensors such as Fingerprint Reader and Touch ID.
local_auth: ^0.5.2+4
# Flutter package that helps implement the BLoC pattern.
flutter_bloc: ^0.21.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/images/img_biking.png
fonts:
- family: NanumGothic
fonts:
- asset: fonts/NanumGothic-Regular.ttf