Skip to content

Commit

Permalink
Version 7.0.1 is ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki0719 committed Jun 11, 2022
1 parent beea211 commit 264bb5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [7.0.1] - 2022-06-11

- Fixed setState running after screenlock dispose [#80](https://github.com/naoki0719/flutter_screen_lock/pull/80) by [@clragon](https://github.com/clragon)
-
## [7.0.0] - 2022-06-09

- Property from `delayChild` to `delayBuilder`. This will disable input after a specified number of failed attempts and will be displayed by the Text Widget. [#78](https://github.com/naoki0719/flutter_screen_lock/pull/78) by [@clragon](https://github.com/clragon)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages:
path: ".."
relative: true
source: path
version: "7.0.0"
version: "7.0.1"
intl:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_screen_lock
description: Provides the ability to lock the screen on ios and android. Biometric authentication can be used in addition to passcode.
homepage: https://github.com/naoki0719/flutter_screen_lock
version: 7.0.0
version: 7.0.1

environment:
sdk: ">=2.17.0-0 <3.0.0"
Expand Down

0 comments on commit 264bb5a

Please sign in to comment.