Skip to content

Commit 7a2aa8e

Browse files
Merge pull request #16 from boringdeveloper/0.2.x
set up for version 0.2.0
2 parents a59d154 + 44ed032 commit 7a2aa8e

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@
3131

3232
* Fix an issue where the conditional statement is ignored in the first tap of the switch
3333

34-
## [0.1.6-beta] - December 10, 2020
34+
## [0.2.0] - December 12, 2020
3535

3636
* Added switch and toggle border property. Now you can try to give your switch a toon-like feel
37-
38-
## [0.1.6-beta.1] - December 10, 2020
39-
4037
* Update Readme
4138
* Added toggle icon property
4239
* Added sample usage of custom border and icons in /example

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add this to your package's `pubspec.yaml` file:
1919

2020
```yaml
2121
dependencies:
22-
flutter_switch: ^0.1.6
22+
flutter_switch: ^0.2.0
2323
```
2424
2525
You can install packages from the command line with Flutter:

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "0.1.6"
71+
version: "0.2.0"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_switch
2-
description: An easy to implement custom switch that can have a customized height and width, borders for the switch and toggle, border radius of the switch, colors, toggle size, a choice to display an 'On' and 'Off' text and able to add an icon inside the toggle.
3-
version: 0.1.6
2+
description: A custom switch widget that can have a custom height and width, borders, border radius, colors, toggle size, custom text and icons inside the toggle.
3+
version: 0.2.0
44
homepage: https://github.com/boringdeveloper/FlutterSwitch
55

66
environment:

0 commit comments

Comments
 (0)