We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca5218 commit 565c275Copy full SHA for 565c275
3 files changed
pubspec.lock
@@ -201,5 +201,5 @@ packages:
201
source: hosted
202
version: "14.3.0"
203
sdks:
204
- dart: ">=3.4.0 <4.0.0"
+ dart: ">=3.6.0 <4.0.0"
205
flutter: ">=3.18.0-18.0.pre.54"
pubspec.yaml
@@ -1,10 +1,13 @@
1
name: flutter_screen_lock
2
description: Provides the ability to lock the screen on ios and android. Biometric authentication can be used in addition to passcode.
3
homepage: https://github.com/naoki0719/flutter_screen_lock
4
-version: 9.2.1
+version: 9.2.1+1
5
+screenshots:
6
+ - description: "The screen lock is displayed when the app is opened."
7
+ path: resources/pub_dev_screenshot.png
8
9
environment:
- sdk: ">=3.4.0 <4.0.0"
10
+ sdk: ">=3.6.0 <4.0.0"
11
12
dependencies:
13
flutter:
resources/pub_dev_screenshot.png
150 KB
0 commit comments