pm_switch 1.0.0
pm_switch: ^1.0.0 copied to clipboard
A dynamic Flutter switch package offering customizable switch variants, including simple, image-based, color-themed, and text-labeled switches for versatile UI components.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pm_switchThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pm_switch: ^1.0.0Alternatively, 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:pm_switch/pm_switch.dart';