Skip to content

Commit

Permalink
setup for ver 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickr-dev committed Mar 16, 2021
1 parent 926e7bb commit 0f478ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.3.0] - March 06, 2021

* Migrated to null safety. Beware for possible breaking changes.
* Added disabled property that expects a true or false value. Defaults to false if no value was passed.

## [0.3.0-nullsafety.0] - March 06, 2021

* Migrated to null safety. Beware for possible breaking changes.
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
flutter_switch: ^0.2.2
```
For the null-safety version:
```yaml
dependencies:
flutter_switch: ^0.3.0-nullsafety.0
flutter_switch: ^0.3.0
```
You can install packages from the command line with Flutter:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.0-nullsafety.0"
version: "0.3.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_switch
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.
version: 0.3.0-nullsafety.0
version: 0.3.0
homepage: https://github.com/boringdeveloper/FlutterSwitch

environment:
Expand Down

0 comments on commit 0f478ca

Please sign in to comment.