File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.0.6]
2
+ * Fixed bug with state key
3
+ * Added the auto reset functionality
4
+
1
5
## [ 2.0.5]
2
6
* Fixed disabled colour issue
3
7
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RoundedLoadingButton is a Flutter package with a simple implementation of an ani
15
15
Add this to your pubspec.yaml:
16
16
17
17
dependencies:
18
- rounded_loading_button: ^2.0.3
18
+ rounded_loading_button: ^2.0.6
19
19
20
20
## Usage
21
21
Original file line number Diff line number Diff line change 1
1
name : rounded_loading_button
2
2
description : A simple implementation of an animated loading button widget for Flutter
3
- version : 2.0.5
3
+ version : 2.0.6
4
4
homepage : https://github.com/chrisedg87/flutter_rounded_loading_button
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments