Skip to content

Commit 6536913

Browse files
Update README.md
1 parent e5fb4c8 commit 6536913

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
An easy to implement custom switch created for Flutter. Give it a custom height and width, border for the switch and toggle, border radius, colors, toggle size, a choice to display an 'On' and 'Off' text and able to add an icon inside the toggle.
99

10-
[![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>
10+
[![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://img.icons8.com/doodle/452/linkedin--v2.png" width="20"></a> <a href="https://twitter.com/nickrdev"><img src="https://img.icons8.com/doodle/452/twitter--v1.png" width="20"></a>
1111

1212
## Demo
1313

@@ -25,6 +25,13 @@ dependencies:
2525
flutter_switch: ^0.2.2
2626
```
2727
28+
For the null-safety version:
29+
30+
```yaml
31+
dependencies:
32+
flutter_switch: ^0.3.0-nullsafety.0
33+
```
34+
2835
You can install packages from the command line with Flutter:
2936
```bash
3037
$ flutter pub get

0 commit comments

Comments
 (0)