Skip to content

Commit 0f478ca

Browse files
committed
setup for ver 0.3.0
1 parent 926e7bb commit 0f478ca

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.3.0] - March 06, 2021
2+
3+
* Migrated to null safety. Beware for possible breaking changes.
4+
* Added disabled property that expects a true or false value. Defaults to false if no value was passed.
5+
16
## [0.3.0-nullsafety.0] - March 06, 2021
27

38
* Migrated to null safety. Beware for possible breaking changes.

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,7 @@ Add this to your package's `pubspec.yaml` file:
2222

2323
```yaml
2424
dependencies:
25-
flutter_switch: ^0.2.2
26-
```
27-
28-
For the null-safety version:
29-
30-
```yaml
31-
dependencies:
32-
flutter_switch: ^0.3.0-nullsafety.0
25+
flutter_switch: ^0.3.0
3326
```
3427
3528
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.3.0-nullsafety.0"
71+
version: "0.3.0"
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: 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.3.0-nullsafety.0
3+
version: 0.3.0
44
homepage: https://github.com/boringdeveloper/FlutterSwitch
55

66
environment:

0 commit comments

Comments
 (0)