37 lines
877 B
YAML
37 lines
877 B
YAML
name: flutter_lock_screen
|
|
description: Flutter Pass Code Page Screen! You can use in your project!.
|
|
version: 2.0.1
|
|
homepage: https://github.com/kalismeras61/flutter_lock_screen
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://www.dartlang.org/tools/pub/pubspec
|
|
|
|
# The following section is specific to Flutter.
|
|
flutter:
|
|
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/fingerprint.png
|
|
- images/bg.jpg
|
|
|
|
#
|
|
# For details regarding fonts in packages, see
|
|
# https://flutter.io/custom-fonts/#from-packages
|