Skip to content

Commit

Permalink
Merge pull request #96 from naoki0719/95-tap-splash-on-invisible-buttons
Browse files Browse the repository at this point in the history
95 tap splash on invisible buttons
  • Loading branch information
naoki0719 authored Feb 15, 2023
2 parents 4c3d7c2 + bcd8aaf commit 6aa337d
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

## [9.0.0+1] - 2023-02-15

- Disable splash animation for hidden buttons.

## [9.0.0+1] - 2022-11-17

- Added change log.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/layout/key_pad.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class KeyPad extends StatelessWidget {

Widget _buildHiddenButton() {
return KeyPadButton.transparent(
onPressed: () {},
onPressed: null,
config: actionButtonConfig,
);
}
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: 9.0.0+1
version: 9.0.1

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

0 comments on commit 6aa337d

Please sign in to comment.