switch_it 0.0.1
switch_it: ^0.0.1 copied to clipboard
A new Flutter package project.
switch_it #
A Package for a customised Switch Widget in Flutter !
Installation #
Include the package in Pubspec.yaml
switch_it: ^0.0.1
Usage #
SwitchIt(
isEnabled: isEnabled1,
onChanged: (value) {
setState(() {
isEnabled = !isEnabled;
});
},
),
copied to clipboard
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.