morph_switch 1.0.0
morph_switch: ^1.0.0 copied to clipboard
A Flutter package for morphing animated switches/sliders with gradients, icons, and glass effects. Highly customizable shapes, sizes, and animations. Perfect for modern UIs.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add morph_switch
With Flutter:
$ flutter pub add morph_switch
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
morph_switch: ^1.0.0
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:morph_switch/morph_switch.dart';