day_night_themed_switch 1.0.0 copy "day_night_themed_switch: ^1.0.0" to clipboard
day_night_themed_switch: ^1.0.0 copied to clipboard

Custom Switch widget with day and night theme

day_night_themed_switch #

pub package

Custom Switch widget with day and night theme. Based on UX design found on Instagram.

Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

dependencies:
  day_night_themed_switch: <latest_version>

Usage #

Import the package:

import 'package:day_night_themed_switch/day_night_themed_switch.dart';

Use the switcher like:

DayNightSwitch(
  value: true,
  onChanged: (_) {},
),
14
likes
150
pub points
79%
popularity
screenshot

Publisher

unverified uploader

Custom Switch widget with day and night theme

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on day_night_themed_switch