41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
name: flutter_passcode_example
|
|
description: A new Flutter project.
|
|
|
|
# The following defines the version and build number for your application.
|
|
# A version number is three numbers separated by dots, like 1.2.43
|
|
# followed by an optional build number separated by a +.
|
|
# Both the version and the builder number may be overridden in flutter
|
|
# build by specifying --build-name and --build-number, respectively.
|
|
# Read more about versioning at semver.org.
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.12.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: ^1.0.3
|
|
local_auth: ^1.1.5
|
|
flutter_lock_screen: ^2.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
fonts:
|
|
- family: Open Sans
|
|
fonts:
|
|
- asset: fonts/OpenSans-Regular.ttf
|
|
- asset: fonts/OpenSans-Light.ttf
|
|
weight: 300
|
|
- asset: fonts/OpenSans-Bold.ttf
|
|
weight: 700
|
|
assets:
|
|
- images/
|