File tree 3 files changed +6
-2
lines changed 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.1
2
+
3
+ * Fixed demo gif in README.md.
1
4
## 1.0.0
2
5
3
6
* Initial stable release.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ packages:
68
68
path: ".."
69
69
relative: true
70
70
source: path
71
- version: "1.0.0 "
71
+ version: "1.0.1 "
72
72
flutter_lints:
73
73
dependency: "direct dev"
74
74
description:
Original file line number Diff line number Diff line change 1
1
name : flutter_bounceable
2
2
description : A simple, interactive and customizable on-tap bounce animation that can be wrapped on any widgets that you like.
3
- version : 1.0.0
3
+ version : 1.0.1
4
4
repository : https://github.com/MingSern/flutter_bounceable
5
5
issue_tracker : https://github.com/MingSern/flutter_bounceable/issues
6
6
@@ -15,6 +15,7 @@ dependencies:
15
15
dev_dependencies :
16
16
flutter_test :
17
17
sdk : flutter
18
+
18
19
flutter_lints : ^1.0.0
19
20
20
21
# For information on the generic Dart part of this file, see the
You can’t perform that action at this time.
0 commit comments