Skip to content

Commit

Permalink
Merge pull request #2 from sla-000/release/v1.0.1
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
Slava Ryabinin authored Nov 12, 2020
2 parents e0156a9 + a10ebaa commit 17d6d1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.1
* Fix busy stream type
* Prepare to null safety


## 1.0.0

* Add optional field waitBuilder to show special widget while wait tap processing
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tap_debouncer
description: Tap debounce simplifying widget. Wrap your button widget in TapDebounce widget and any taps will be disabled while tap callback is in progress.
version: 1.0.0
version: 1.0.1
homepage: https://github.com/sla-000/flutter_debouncer

environment:
Expand Down

0 comments on commit 17d6d1e

Please sign in to comment.