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

discontinued

A new Flutter package project.

switch_it #

A Package for a customised Switch Widget in Flutter !

image

Installation #

Include the package in Pubspec.yaml

switch_it: ^0.0.1

Usage #

SwitchIt(
    isEnabled: isEnabled1,
    onChanged: (value) {
        setState(() {
         isEnabled = !isEnabled;
        });
    },
),

For more refer the example app

Getting Started #

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

2
likes
30
pub points
27%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on switch_it