|
1 | | -## [0.1.0] - May 10, 2020 |
| 1 | +## [0.3.0-nullsafety.0] - March 06, 2021 |
2 | 2 |
|
3 | | -* Custom switch height and width |
4 | | -* Custom acitve or inactive switch color |
5 | | -* Custom toggle color |
6 | | -* Custom toggle size |
7 | | -* Custom switch border radius |
8 | | -* Custom switch padding |
9 | | -* Choice to display 'on' or 'off' value inside the switch |
10 | | -* Custom active or inactive value color |
| 3 | +* Migrated to null safety. Beware for possible breaking changes. |
11 | 4 |
|
12 | | -## [0.1.1] - June 28, 2020 |
| 5 | +## [0.2.2] - March 06, 2021 |
13 | 6 |
|
14 | | -* Custom switch active and inactive text |
| 7 | +* Made toggle animation smoother |
| 8 | +* Opacity animation for switch texts and icons |
| 9 | +* Added duration property |
15 | 10 |
|
16 | | -## [0.1.2] - September 21, 2020 |
| 11 | +## [0.2.1] - February 16, 2021 |
17 | 12 |
|
18 | | -* Dispose of animation controller |
| 13 | +* Handling the display of the switch in the AppBar |
19 | 14 |
|
20 | | -## [0.1.3] - September 26, 2020 |
| 15 | +## [0.2.0] - December 12, 2020 |
21 | 16 |
|
22 | | -* Handling of state was fixed |
23 | | -* Added comments for each property |
24 | | -* Added active and inactive font weight property |
| 17 | +* Added switch and toggle border property. Now you can try to give your switch a toon-like feel |
| 18 | +* Update Readme |
| 19 | +* Added toggle icon property |
| 20 | +* Added sample usage of custom border and icons in /example |
| 21 | + |
| 22 | +## [0.1.5] - October 25, 2020 |
| 23 | + |
| 24 | +* Fix an issue where the conditional statement is ignored in the first tap of the switch |
25 | 25 |
|
26 | 26 | ## [0.1.4] - October 25, 2020 |
27 | 27 |
|
28 | 28 | * Handling of state when no changes was made |
29 | 29 |
|
30 | | -## [0.1.5] - October 25, 2020 |
| 30 | +## [0.1.3] - September 26, 2020 |
31 | 31 |
|
32 | | -* Fix an issue where the conditional statement is ignored in the first tap of the switch |
| 32 | +* Handling of state was fixed |
| 33 | +* Added comments for each property |
| 34 | +* Added active and inactive font weight property |
33 | 35 |
|
34 | | -## [0.2.0] - December 12, 2020 |
| 36 | +## [0.1.2] - September 21, 2020 |
35 | 37 |
|
36 | | -* Added switch and toggle border property. Now you can try to give your switch a toon-like feel |
37 | | -* Update Readme |
38 | | -* Added toggle icon property |
39 | | -* Added sample usage of custom border and icons in /example |
| 38 | +* Dispose of animation controller |
40 | 39 |
|
41 | | -## [0.2.1] - February 16, 2021 |
| 40 | +## [0.1.1] - June 28, 2020 |
42 | 41 |
|
43 | | -* Handling the display of the switch in the AppBar |
| 42 | +* Custom switch active and inactive text |
44 | 43 |
|
45 | | -## [0.2.2] - March 06, 2021 |
| 44 | +## [0.1.0] - May 10, 2020 |
46 | 45 |
|
47 | | -* Made toggle animation smoother |
48 | | -* Opacity animation for switch texts and icons |
| 46 | +* Custom switch height and width |
| 47 | +* Custom acitve or inactive switch color |
| 48 | +* Custom toggle color |
| 49 | +* Custom toggle size |
| 50 | +* Custom switch border radius |
| 51 | +* Custom switch padding |
| 52 | +* Choice to display 'on' or 'off' value inside the switch |
| 53 | +* Custom active or inactive value color |
0 commit comments