border_toggle_switch 0.0.1 copy "border_toggle_switch: ^0.0.1" to clipboard
border_toggle_switch: ^0.0.1 copied to clipboard

Border Toggle Switch - A simple beautiful bottom border toggle switch widget. It can be fully customized with desired colors, width, text, corner radius etc. It also maintains selection state and retu [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add border_toggle_switch

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  border_toggle_switch: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:border_toggle_switch/border_toggle_switch.dart';
4
likes
110
pub points
63%
popularity

Publisher

unverified uploader

Border Toggle Switch - A simple beautiful bottom border toggle switch widget. It can be fully customized with desired colors, width, text, corner radius etc. It also maintains selection state and return function as a selected toggle.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on border_toggle_switch