Skip to content

Commit 999c1e8

Browse files
committed
config for 0.1.4
1 parent 19c188b commit 999c1e8

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@
2222
* Handling of state was fixed
2323
* Added comments for each property
2424
* Added active and inactive font weight property
25+
26+
## [0.1.4] - October 25, 2020
27+
28+
* Handling of state when no changes was made

README.md

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

1616
```yaml
1717
dependencies:
18-
flutter_switch: ^0.1.3
18+
flutter_switch: ^0.1.4
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.3"
71+
version: "0.1.4"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_switch
22
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
3+
version: 0.1.4
44
homepage: https://github.com/boringdeveloper/FlutterSwitch
55

66
environment:

0 commit comments

Comments
 (0)