Skip to content

Commit 63d54d9

Browse files
committed
changes for version update
1 parent e9e7fcf commit 63d54d9

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@
1616
## [0.1.2] - September 21, 2020
1717

1818
* Dispose of animation controller
19+
20+
## [0.1.3] - September 26, 2020
21+
22+
* Handling of state was fixed
23+
* Added comments for each property
24+
* Added active and inactive font weight property

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flutter_switch
22

3-
An easy to implement custom switch created for Flutter. You can have a customized the height and width, border radius, colors, toggle size and choice to display an 'On' and 'Off' text.
3+
An easy to implement custom switch created for Flutter. You can have a customized height and width, border radius, colors, toggle size and choice to display an 'On' and 'Off' text.
44

55
[![GitHub followers](https://img.shields.io/github/followers/boringdeveloper.svg?style=social&label=Follow)](https://github.com/boringdeveloper) <a href="https://www.linkedin.com/in/nichole-john-talban-romero/"><img src="https://image.flaticon.com/icons/svg/174/174857.svg" width="20"></a>
66

@@ -15,7 +15,7 @@ Add this to your package's `pubspec.yaml` file:
1515

1616
```yaml
1717
dependencies:
18-
flutter_switch: ^0.1.2
18+
flutter_switch: ^0.1.3
1919
```
2020
2121
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.1"
71+
version: "0.1.3"
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 the height and width, border radius, colors, toggle size and choice to display an 'On' and 'Off' text.
3-
version: 0.1.1
2+
description: An easy to implement custom switch that can have a customized height and width, border radius, colors, toggle size and choice to display an 'On' and 'Off' text.
3+
version: 0.1.3
44
homepage: https://github.com/boringdeveloper/FlutterSwitch
55

66
environment:

0 commit comments

Comments
 (0)